Front matter: url key was renamed to path

This commit is contained in:
Philipp Oppermann
2017-10-05 15:52:40 +02:00
parent f1ffa242c2
commit 3c6b0b89ac
19 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Cross Compile Binutils" title = "Cross Compile Binutils"
template = "plain.html" template = "plain.html"
url = "cross-compile-binutils" path = "cross-compile-binutils"
order = 2 order = 2
+++ +++

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Cross Compiling: libcore" title = "Cross Compiling: libcore"
template = "plain.html" template = "plain.html"
url = "cross-compile-libcore" path = "cross-compile-libcore"
order = 3 order = 3
+++ +++

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Catching Exceptions" title = "Catching Exceptions"
order = 1 order = 1
url = "catching-exceptions" path = "catching-exceptions"
date = "2016-05-28" date = "2016-05-28"
[extra] [extra]
updated = "2016-06-25" updated = "2016-06-25"

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Better Exception Messages" title = "Better Exception Messages"
order = 2 order = 2
url = "better-exception-messages" path = "better-exception-messages"
date = "2016-08-03" date = "2016-08-03"
[extra] [extra]
updated = "2016-11-01" updated = "2016-11-01"

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Returning from Exceptions" title = "Returning from Exceptions"
order = 3 order = 3
url = "returning-from-exceptions" path = "returning-from-exceptions"
date = "2016-09-21" date = "2016-09-21"
[extra] [extra]
updated = "2016-11-01" updated = "2016-11-01"

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Set Up GDB" title = "Set Up GDB"
template = "plain.html" template = "plain.html"
url = "set-up-gdb" path = "set-up-gdb"
order = 4 order = 4
+++ +++

View File

@@ -1,6 +1,6 @@
+++ +++
title = "Talks" title = "Talks"
url = "talks" path = "talks"
template = "plain.html" template = "plain.html"
order = 1 order = 1
+++ +++

View File

@@ -1,6 +1,6 @@
+++ +++
title = "Page not found" title = "Page not found"
url = "404.html" path = "404.html"
template = "plain.html" template = "plain.html"
+++ +++

View File

@@ -1,6 +1,6 @@
+++ +++
title = "Contact" title = "Contact"
url = "contact" path = "contact"
template = "plain.html" template = "plain.html"
+++ +++

View File

@@ -1,7 +1,7 @@
+++ +++
title = "A minimal x86 kernel" title = "A minimal x86 kernel"
order = 1 order = 1
url = "multiboot-kernel/" path = "multiboot-kernel/"
date = "2015-08-18" date = "2015-08-18"
+++ +++

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Entering Long Mode" title = "Entering Long Mode"
order = 2 order = 2
url = "entering-longmode" path = "entering-longmode"
date = "2015-08-25" date = "2015-08-25"
[extra] [extra]
updated = "2015-10-29" updated = "2015-10-29"

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Set Up Rust" title = "Set Up Rust"
order = 3 order = 3
url = "set-up-rust" path = "set-up-rust"
date = "2015-09-02" date = "2015-09-02"
[extra] [extra]
updated = "2017-04-12" updated = "2017-04-12"

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Printing to Screen" title = "Printing to Screen"
order = 4 order = 4
url = "printing-to-screen" path = "printing-to-screen"
date = "2015-10-23" date = "2015-10-23"
[extra] [extra]
updated = "2016-10-31" updated = "2016-10-31"

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Allocating Frames" title = "Allocating Frames"
order = 5 order = 5
url = "allocating-frames" path = "allocating-frames"
date = "2015-11-15" date = "2015-11-15"
+++ +++

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Page Tables" title = "Page Tables"
order = 6 order = 6
url = "page-tables" path = "page-tables"
date = "2015-12-09" date = "2015-12-09"
+++ +++

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Remap the Kernel" title = "Remap the Kernel"
order = 7 order = 7
url = "remap-the-kernel" path = "remap-the-kernel"
date = "2016-01-01" date = "2016-01-01"
[extra] [extra]
updated = "2016-03-06" updated = "2016-03-06"

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Kernel Heap" title = "Kernel Heap"
order = 8 order = 8
url = "kernel-heap" path = "kernel-heap"
date = "2016-04-11" date = "2016-04-11"
+++ +++

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Handling Exceptions" title = "Handling Exceptions"
order = 9 order = 9
url = "handling-exceptions" path = "handling-exceptions"
date = "2017-03-26" date = "2017-03-26"
+++ +++

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Double Faults" title = "Double Faults"
order = 10 order = 10
url = "double-faults" path = "double-faults"
date = "2017-01-02" date = "2017-01-02"
+++ +++