Fix front matter: Add description field and set slug

This commit is contained in:
Philipp Oppermann
2017-04-27 12:44:41 +02:00
parent 9940a598ab
commit f525541969
10 changed files with 20 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
+++
title = "A minimal x86 kernel"
slug = "multiboot-kernel"
description = ""
url = "multiboot-kernel"
date = "2015-08-18"
aliases = [
"/2015/08/18/multiboot-kernel/",

View File

@@ -1,6 +1,7 @@
+++
title = "Entering Long Mode"
slug = "entering-longmode"
description = ""
url = "entering-longmode"
date = "2015-08-25"
updated = "2015-10-29"
aliases = [

View File

@@ -1,5 +1,7 @@
+++
title = "Set Up Rust"
description = ""
url = "set-up-rust"
date = "2015-09-02"
updated = "2017-04-12"
aliases = [

View File

@@ -1,5 +1,7 @@
+++
title = "Printing to Screen"
description = ""
slug = "printing-to-screen"
date = "2015-10-23"
updated = "2016-10-31"
aliases = [

View File

@@ -1,5 +1,7 @@
+++
title = "Allocating Frames"
description = ""
slug = "allocating-frames"
date = "2015-11-15"
+++

View File

@@ -1,6 +1,7 @@
+++
title = "Page Tables"
slug = "modifying-page-tables"
description = ""
slug = "page-tables"
date = "2015-12-09"
+++

View File

@@ -1,5 +1,7 @@
+++
title = "Remap the Kernel"
description = ""
slug = "remap-the-kernel"
date = "2016-01-01"
updated = "2016-03-06"
+++

View File

@@ -1,5 +1,7 @@
+++
title = "Kernel Heap"
description = ""
slug = "kernel-heap"
date = "2016-04-11"
+++

View File

@@ -1,5 +1,7 @@
+++
title = "Handling Exceptions"
description = ""
slug = "handling-exceptions"
date = "2017-03-26"
+++

View File

@@ -1,5 +1,7 @@
+++
title = "Double Faults"
description = ""
slug = "double-faults"
date = "2017-01-02"
+++