From 55b3378e8c55c1cdbedc8c898798d242daa9fdd6 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 2 May 2017 08:47:54 +0200 Subject: [PATCH] Description field is optional now --- blog/content/posts/01-multiboot-kernel.md | 1 - blog/content/posts/02-entering-longmode.md | 1 - blog/content/posts/03-set-up-rust.md | 1 - blog/content/posts/04-printing-to-screen.md | 1 - blog/content/posts/05-allocating-frames.md | 1 - blog/content/posts/06-page-tables.md | 1 - blog/content/posts/07-remap-the-kernel.md | 1 - blog/content/posts/08-kernel-heap.md | 1 - blog/content/posts/09-handling-exceptions.md | 1 - blog/content/posts/10-double-faults.md | 1 - 10 files changed, 10 deletions(-) diff --git a/blog/content/posts/01-multiboot-kernel.md b/blog/content/posts/01-multiboot-kernel.md index d4584275..f4017d4a 100644 --- a/blog/content/posts/01-multiboot-kernel.md +++ b/blog/content/posts/01-multiboot-kernel.md @@ -1,6 +1,5 @@ +++ title = "A minimal x86 kernel" -description = "" url = "multiboot-kernel" date = "2015-08-18" aliases = [ diff --git a/blog/content/posts/02-entering-longmode.md b/blog/content/posts/02-entering-longmode.md index a9428f4b..ff4dfacf 100644 --- a/blog/content/posts/02-entering-longmode.md +++ b/blog/content/posts/02-entering-longmode.md @@ -1,6 +1,5 @@ +++ title = "Entering Long Mode" -description = "" url = "entering-longmode" date = "2015-08-25" updated = "2015-10-29" diff --git a/blog/content/posts/03-set-up-rust.md b/blog/content/posts/03-set-up-rust.md index 96ea210d..8f268657 100644 --- a/blog/content/posts/03-set-up-rust.md +++ b/blog/content/posts/03-set-up-rust.md @@ -1,6 +1,5 @@ +++ title = "Set Up Rust" -description = "" url = "set-up-rust" date = "2015-09-02" updated = "2017-04-12" diff --git a/blog/content/posts/04-printing-to-screen.md b/blog/content/posts/04-printing-to-screen.md index ce23bd02..927dd388 100644 --- a/blog/content/posts/04-printing-to-screen.md +++ b/blog/content/posts/04-printing-to-screen.md @@ -1,6 +1,5 @@ +++ title = "Printing to Screen" -description = "" slug = "printing-to-screen" date = "2015-10-23" updated = "2016-10-31" diff --git a/blog/content/posts/05-allocating-frames.md b/blog/content/posts/05-allocating-frames.md index 5ca709bf..ca5443af 100644 --- a/blog/content/posts/05-allocating-frames.md +++ b/blog/content/posts/05-allocating-frames.md @@ -1,6 +1,5 @@ +++ title = "Allocating Frames" -description = "" slug = "allocating-frames" date = "2015-11-15" +++ diff --git a/blog/content/posts/06-page-tables.md b/blog/content/posts/06-page-tables.md index dbc2d87a..ea083fc2 100644 --- a/blog/content/posts/06-page-tables.md +++ b/blog/content/posts/06-page-tables.md @@ -1,6 +1,5 @@ +++ title = "Page Tables" -description = "" slug = "page-tables" date = "2015-12-09" +++ diff --git a/blog/content/posts/07-remap-the-kernel.md b/blog/content/posts/07-remap-the-kernel.md index 7e08aa23..739c57db 100644 --- a/blog/content/posts/07-remap-the-kernel.md +++ b/blog/content/posts/07-remap-the-kernel.md @@ -1,6 +1,5 @@ +++ title = "Remap the Kernel" -description = "" slug = "remap-the-kernel" date = "2016-01-01" updated = "2016-03-06" diff --git a/blog/content/posts/08-kernel-heap.md b/blog/content/posts/08-kernel-heap.md index 559ce78a..56f47814 100644 --- a/blog/content/posts/08-kernel-heap.md +++ b/blog/content/posts/08-kernel-heap.md @@ -1,6 +1,5 @@ +++ title = "Kernel Heap" -description = "" slug = "kernel-heap" date = "2016-04-11" +++ diff --git a/blog/content/posts/09-handling-exceptions.md b/blog/content/posts/09-handling-exceptions.md index 41dba4bc..607d1dc7 100644 --- a/blog/content/posts/09-handling-exceptions.md +++ b/blog/content/posts/09-handling-exceptions.md @@ -1,6 +1,5 @@ +++ title = "Handling Exceptions" -description = "" slug = "handling-exceptions" date = "2017-03-26" +++ diff --git a/blog/content/posts/10-double-faults.md b/blog/content/posts/10-double-faults.md index 77b725df..bc513665 100644 --- a/blog/content/posts/10-double-faults.md +++ b/blog/content/posts/10-double-faults.md @@ -1,6 +1,5 @@ +++ title = "Double Faults" -description = "" slug = "double-faults" date = "2017-01-02" +++