Add a netlify.toml file

This commit is contained in:
Philipp Oppermann
2018-03-18 16:54:48 +01:00
parent 05b68e21f4
commit 9a108026e6
3 changed files with 62 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
# Redirects from what the browser requests to what we serve
/2015/08/18/multiboot-kernel/ /multiboot-kernel/
/rust-os/multiboot-kernel.html /multiboot-kernel/
/2015/08/25/entering-longmode/ /entering-longmode/
/rust-os/entering-longmode.html /entering-longmode/
/2015/09/02/setup-rust/ /set-up-rust/
/setup-rust.html /set-up-rust/
/rust-os/setup-rust.html /set-up-rust/
/2015/10/23/printing-to-screen/ /printing-to-screen/
/rust-os/printing-to-screen.html /printing-to-screen/
/atom.xml /rss.xml
/modifying-page-tables.html /page-tables/
/handling-exceptions-with-naked-fns.html /extra/naked-exceptions/