Mark all 3rd edition posts as drafts

This commit is contained in:
Philipp Oppermann
2022-01-23 21:21:59 +01:00
parent 5af0499af5
commit d7b93ab855
7 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ title = "Minimal Kernel"
weight = 1
path = "minimal-kernel"
date = 0000-01-01
draft = true
[extra]
chapter = "Bare Bones"

View File

@@ -3,6 +3,7 @@ title = "Booting"
weight = 2
path = "booting"
date = 0000-01-01
draft = true
[extra]
chapter = "Bare Bones"

View File

@@ -3,6 +3,7 @@ title = "UEFI Booting"
path = "booting/uefi"
date = 0000-01-01
template = "edition-3/page.html"
draft = true
[extra]
hide_next_prev = true

View File

@@ -3,6 +3,7 @@ title = "Screen Output"
weight = 3
path = "screen-output"
date = 0000-01-01
draft = true
[extra]
chapter = "Basic I/O"

View File

@@ -3,6 +3,7 @@ title = "Keyboard & Serial"
weight = 4
path = "keyboard-and-serial"
date = 0000-01-01
draft = true
[extra]
chapter = "Basic I/O"

View File

@@ -3,6 +3,7 @@ title = "Simple Shell"
weight = 5
path = "simple-shell"
date = 0000-01-01
draft = true
[extra]
chapter = "Basic I/O"

View File

@@ -3,6 +3,7 @@ title = "Basic Games"
weight = 6
path = "basic-games"
date = 0000-01-01
draft = true
[extra]
chapter = "Basic I/O"