diff --git a/blog/content/extra/cross-compile-binutils.md b/blog/content/extra/cross-compile-binutils.md index 0dacf654..cae2b448 100644 --- a/blog/content/extra/cross-compile-binutils.md +++ b/blog/content/extra/cross-compile-binutils.md @@ -1,7 +1,7 @@ +++ title = "Cross Compile Binutils" template = "plain.html" -url = "cross-compile-binutils" +path = "cross-compile-binutils" order = 2 +++ diff --git a/blog/content/extra/cross-compile-libcore.md b/blog/content/extra/cross-compile-libcore.md index c27301fe..5add26dc 100644 --- a/blog/content/extra/cross-compile-libcore.md +++ b/blog/content/extra/cross-compile-libcore.md @@ -1,7 +1,7 @@ +++ title = "Cross Compiling: libcore" template = "plain.html" -url = "cross-compile-libcore" +path = "cross-compile-libcore" order = 3 +++ diff --git a/blog/content/extra/naked-exceptions/01-catching-exceptions/index.md b/blog/content/extra/naked-exceptions/01-catching-exceptions/index.md index 56032b84..818fa085 100644 --- a/blog/content/extra/naked-exceptions/01-catching-exceptions/index.md +++ b/blog/content/extra/naked-exceptions/01-catching-exceptions/index.md @@ -1,7 +1,7 @@ +++ title = "Catching Exceptions" order = 1 -url = "catching-exceptions" +path = "catching-exceptions" date = "2016-05-28" [extra] updated = "2016-06-25" diff --git a/blog/content/extra/naked-exceptions/02-better-exception-messages/index.md b/blog/content/extra/naked-exceptions/02-better-exception-messages/index.md index 7efeedce..286bb078 100644 --- a/blog/content/extra/naked-exceptions/02-better-exception-messages/index.md +++ b/blog/content/extra/naked-exceptions/02-better-exception-messages/index.md @@ -1,7 +1,7 @@ +++ title = "Better Exception Messages" order = 2 -url = "better-exception-messages" +path = "better-exception-messages" date = "2016-08-03" [extra] updated = "2016-11-01" diff --git a/blog/content/extra/naked-exceptions/03-returning-from-exceptions/index.md b/blog/content/extra/naked-exceptions/03-returning-from-exceptions/index.md index 0ddf3cef..36ef6d09 100644 --- a/blog/content/extra/naked-exceptions/03-returning-from-exceptions/index.md +++ b/blog/content/extra/naked-exceptions/03-returning-from-exceptions/index.md @@ -1,7 +1,7 @@ +++ title = "Returning from Exceptions" order = 3 -url = "returning-from-exceptions" +path = "returning-from-exceptions" date = "2016-09-21" [extra] updated = "2016-11-01" diff --git a/blog/content/extra/set-up-gdb/index.md b/blog/content/extra/set-up-gdb/index.md index aa37f2c2..c344d3e1 100644 --- a/blog/content/extra/set-up-gdb/index.md +++ b/blog/content/extra/set-up-gdb/index.md @@ -1,7 +1,7 @@ +++ title = "Set Up GDB" template = "plain.html" -url = "set-up-gdb" +path = "set-up-gdb" order = 4 +++ diff --git a/blog/content/extra/talks.md b/blog/content/extra/talks.md index 6828d001..fcfe04aa 100644 --- a/blog/content/extra/talks.md +++ b/blog/content/extra/talks.md @@ -1,6 +1,6 @@ +++ title = "Talks" -url = "talks" +path = "talks" template = "plain.html" order = 1 +++ diff --git a/blog/content/pages/404.md b/blog/content/pages/404.md index f19f4880..a6ff4dcf 100644 --- a/blog/content/pages/404.md +++ b/blog/content/pages/404.md @@ -1,6 +1,6 @@ +++ title = "Page not found" -url = "404.html" +path = "404.html" template = "plain.html" +++ diff --git a/blog/content/pages/contact.md b/blog/content/pages/contact.md index f5731d94..fb0e007e 100644 --- a/blog/content/pages/contact.md +++ b/blog/content/pages/contact.md @@ -1,6 +1,6 @@ +++ title = "Contact" -url = "contact" +path = "contact" template = "plain.html" +++ diff --git a/blog/content/posts/01-multiboot-kernel/index.md b/blog/content/posts/01-multiboot-kernel/index.md index 75f6529a..f0c43335 100644 --- a/blog/content/posts/01-multiboot-kernel/index.md +++ b/blog/content/posts/01-multiboot-kernel/index.md @@ -1,7 +1,7 @@ +++ title = "A minimal x86 kernel" order = 1 -url = "multiboot-kernel/" +path = "multiboot-kernel/" date = "2015-08-18" +++ diff --git a/blog/content/posts/02-entering-longmode/index.md b/blog/content/posts/02-entering-longmode/index.md index 4e424675..5e6cedd9 100644 --- a/blog/content/posts/02-entering-longmode/index.md +++ b/blog/content/posts/02-entering-longmode/index.md @@ -1,7 +1,7 @@ +++ title = "Entering Long Mode" order = 2 -url = "entering-longmode" +path = "entering-longmode" date = "2015-08-25" [extra] updated = "2015-10-29" diff --git a/blog/content/posts/03-set-up-rust/index.md b/blog/content/posts/03-set-up-rust/index.md index 7593bedd..350d6c82 100644 --- a/blog/content/posts/03-set-up-rust/index.md +++ b/blog/content/posts/03-set-up-rust/index.md @@ -1,7 +1,7 @@ +++ title = "Set Up Rust" order = 3 -url = "set-up-rust" +path = "set-up-rust" date = "2015-09-02" [extra] updated = "2017-04-12" diff --git a/blog/content/posts/04-printing-to-screen/index.md b/blog/content/posts/04-printing-to-screen/index.md index 3785c199..b0aaa680 100644 --- a/blog/content/posts/04-printing-to-screen/index.md +++ b/blog/content/posts/04-printing-to-screen/index.md @@ -1,7 +1,7 @@ +++ title = "Printing to Screen" order = 4 -url = "printing-to-screen" +path = "printing-to-screen" date = "2015-10-23" [extra] updated = "2016-10-31" diff --git a/blog/content/posts/05-allocating-frames/index.md b/blog/content/posts/05-allocating-frames/index.md index be787025..8a26f04c 100644 --- a/blog/content/posts/05-allocating-frames/index.md +++ b/blog/content/posts/05-allocating-frames/index.md @@ -1,7 +1,7 @@ +++ title = "Allocating Frames" order = 5 -url = "allocating-frames" +path = "allocating-frames" date = "2015-11-15" +++ diff --git a/blog/content/posts/06-page-tables/index.md b/blog/content/posts/06-page-tables/index.md index 2bcb70cf..7fa21ec5 100644 --- a/blog/content/posts/06-page-tables/index.md +++ b/blog/content/posts/06-page-tables/index.md @@ -1,7 +1,7 @@ +++ title = "Page Tables" order = 6 -url = "page-tables" +path = "page-tables" date = "2015-12-09" +++ diff --git a/blog/content/posts/07-remap-the-kernel/index.md b/blog/content/posts/07-remap-the-kernel/index.md index 2bc347b0..f61c8f6c 100644 --- a/blog/content/posts/07-remap-the-kernel/index.md +++ b/blog/content/posts/07-remap-the-kernel/index.md @@ -1,7 +1,7 @@ +++ title = "Remap the Kernel" order = 7 -url = "remap-the-kernel" +path = "remap-the-kernel" date = "2016-01-01" [extra] updated = "2016-03-06" diff --git a/blog/content/posts/08-kernel-heap/index.md b/blog/content/posts/08-kernel-heap/index.md index eceaf3e7..fb18f434 100644 --- a/blog/content/posts/08-kernel-heap/index.md +++ b/blog/content/posts/08-kernel-heap/index.md @@ -1,7 +1,7 @@ +++ title = "Kernel Heap" order = 8 -url = "kernel-heap" +path = "kernel-heap" date = "2016-04-11" +++ diff --git a/blog/content/posts/09-handling-exceptions/index.md b/blog/content/posts/09-handling-exceptions/index.md index 486dc4c1..ea77aff1 100644 --- a/blog/content/posts/09-handling-exceptions/index.md +++ b/blog/content/posts/09-handling-exceptions/index.md @@ -1,7 +1,7 @@ +++ title = "Handling Exceptions" order = 9 -url = "handling-exceptions" +path = "handling-exceptions" date = "2017-03-26" +++ diff --git a/blog/content/posts/10-double-faults/index.md b/blog/content/posts/10-double-faults/index.md index 3835022b..951fbdfa 100644 --- a/blog/content/posts/10-double-faults/index.md +++ b/blog/content/posts/10-double-faults/index.md @@ -1,7 +1,7 @@ +++ title = "Double Faults" order = 10 -url = "double-faults" +path = "double-faults" date = "2017-01-02" +++