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 weight = 1
path = "minimal-kernel" path = "minimal-kernel"
date = 0000-01-01 date = 0000-01-01
draft = true
[extra] [extra]
chapter = "Bare Bones" chapter = "Bare Bones"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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