Use manual ordering for posts

This commit is contained in:
Philipp Oppermann
2017-05-02 08:51:47 +02:00
parent 168b598901
commit 68453f7374
11 changed files with 13 additions and 0 deletions

3
blog/content/_index.md Normal file
View File

@@ -0,0 +1,3 @@
+++
sort_by = "order"
+++

View File

@@ -1,5 +1,6 @@
+++
title = "A minimal x86 kernel"
order = 1
url = "multiboot-kernel"
date = "2015-08-18"
aliases = [

View File

@@ -1,5 +1,6 @@
+++
title = "Entering Long Mode"
order = 2
url = "entering-longmode"
date = "2015-08-25"
updated = "2015-10-29"

View File

@@ -1,5 +1,6 @@
+++
title = "Set Up Rust"
order = 3
url = "set-up-rust"
date = "2015-09-02"
updated = "2017-04-12"

View File

@@ -1,5 +1,6 @@
+++
title = "Printing to Screen"
order = 4
slug = "printing-to-screen"
date = "2015-10-23"
updated = "2016-10-31"

View File

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

View File

@@ -1,5 +1,6 @@
+++
title = "Page Tables"
order = 6
slug = "page-tables"
date = "2015-12-09"
+++

View File

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

View File

@@ -1,5 +1,6 @@
+++
title = "Kernel Heap"
order = 8
slug = "kernel-heap"
date = "2016-04-11"
+++

View File

@@ -1,5 +1,6 @@
+++
title = "Handling Exceptions"
order = 9
slug = "handling-exceptions"
date = "2017-03-26"
+++

View File

@@ -1,5 +1,6 @@
+++
title = "Double Faults"
order = 10
slug = "double-faults"
date = "2017-01-02"
+++