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 = "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"
+++