mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Front matter: url key was renamed to path
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Cross Compile Binutils"
|
||||
template = "plain.html"
|
||||
url = "cross-compile-binutils"
|
||||
path = "cross-compile-binutils"
|
||||
order = 2
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Cross Compiling: libcore"
|
||||
template = "plain.html"
|
||||
url = "cross-compile-libcore"
|
||||
path = "cross-compile-libcore"
|
||||
order = 3
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Catching Exceptions"
|
||||
order = 1
|
||||
url = "catching-exceptions"
|
||||
path = "catching-exceptions"
|
||||
date = "2016-05-28"
|
||||
[extra]
|
||||
updated = "2016-06-25"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Set Up GDB"
|
||||
template = "plain.html"
|
||||
url = "set-up-gdb"
|
||||
path = "set-up-gdb"
|
||||
order = 4
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Talks"
|
||||
url = "talks"
|
||||
path = "talks"
|
||||
template = "plain.html"
|
||||
order = 1
|
||||
+++
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Page not found"
|
||||
url = "404.html"
|
||||
path = "404.html"
|
||||
template = "plain.html"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Contact"
|
||||
url = "contact"
|
||||
path = "contact"
|
||||
template = "plain.html"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "A minimal x86 kernel"
|
||||
order = 1
|
||||
url = "multiboot-kernel/"
|
||||
path = "multiboot-kernel/"
|
||||
date = "2015-08-18"
|
||||
+++
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Allocating Frames"
|
||||
order = 5
|
||||
url = "allocating-frames"
|
||||
path = "allocating-frames"
|
||||
date = "2015-11-15"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Page Tables"
|
||||
order = 6
|
||||
url = "page-tables"
|
||||
path = "page-tables"
|
||||
date = "2015-12-09"
|
||||
+++
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Kernel Heap"
|
||||
order = 8
|
||||
url = "kernel-heap"
|
||||
path = "kernel-heap"
|
||||
date = "2016-04-11"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Handling Exceptions"
|
||||
order = 9
|
||||
url = "handling-exceptions"
|
||||
path = "handling-exceptions"
|
||||
date = "2017-03-26"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Double Faults"
|
||||
order = 10
|
||||
url = "double-faults"
|
||||
path = "double-faults"
|
||||
date = "2017-01-02"
|
||||
+++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user