Sort by order has been removed

This commit is contained in:
Philipp Oppermann
2019-01-22 15:47:57 +01:00
parent 40806ceda0
commit ea7f4d74f6
36 changed files with 42 additions and 42 deletions

View File

@@ -2,5 +2,5 @@
title = "Extra Content"
insert_anchor_links = "left"
render = false
sort_by = "order"
sort_by = "weight"
+++

View File

@@ -1,6 +1,6 @@
+++
title = "Building on Android"
order = 3
weight = 3
template = "second-edition/extra.html"
+++

View File

@@ -1,6 +1,6 @@
+++
title = "Disable the Red Zone"
order = 1
weight = 1
path = "red-zone"
template = "second-edition/extra.html"
+++

View File

@@ -1,6 +1,6 @@
+++
title = "Disable SIMD"
order = 2
weight = 2
path = "disable-simd"
template = "second-edition/extra.html"
+++

View File

@@ -1,6 +1,6 @@
+++
title = "A Freestanding Rust Binary"
order = 1
weight = 1
path = "freestanding-rust-binary"
date = 2018-02-10
template = "second-edition/page.html"

View File

@@ -1,6 +1,6 @@
+++
title = "A Minimal Rust Kernel"
order = 2
weight = 2
path = "minimal-rust-kernel"
date = 2018-02-10
template = "second-edition/page.html"

View File

@@ -1,6 +1,6 @@
+++
title = "VGA Text Mode"
order = 3
weight = 3
path = "vga-text-mode"
date = 2018-02-26
template = "second-edition/page.html"

View File

@@ -1,6 +1,6 @@
+++
title = "Unit Testing"
order = 4
weight = 4
path = "unit-testing"
date = 2018-04-29
template = "second-edition/page.html"

View File

@@ -1,6 +1,6 @@
+++
title = "Integration Tests"
order = 5
weight = 5
path = "integration-tests"
date = 2018-06-15
template = "second-edition/page.html"

View File

@@ -1,6 +1,6 @@
+++
title = "CPU Exceptions"
order = 6
weight = 6
path = "cpu-exceptions"
date = 2018-06-17
template = "second-edition/page.html"

View File

@@ -1,6 +1,6 @@
+++
title = "Double Faults"
order = 7
weight = 7
path = "double-fault-exceptions"
date = 2018-06-18
template = "second-edition/page.html"

View File

@@ -1,6 +1,6 @@
+++
title = "Hardware Interrupts"
order = 8
weight = 8
path = "hardware-interrupts"
date = 2018-10-22
template = "second-edition/page.html"

View File

@@ -1,6 +1,6 @@
+++
title = "Introduction to Paging"
order = 9
weight = 9
path = "paging-introduction"
date = 2019-01-14
template = "second-edition/page.html"

View File

@@ -1,6 +1,6 @@
+++
title = "Posts"
sort_by = "order"
sort_by = "weight"
insert_anchor_links = "left"
render = false
+++