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"
template = "plain.html"
url = "cross-compile-binutils"
path = "cross-compile-binutils"
order = 2
+++

View File

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

View File

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

View File

@@ -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"

View File

@@ -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"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

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

View File

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

View File

@@ -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"

View File

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

View File

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

View File

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