mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Sort by order has been removed
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Unit Testing"
|
||||
order = 4
|
||||
weight = 4
|
||||
path = "unit-testing"
|
||||
date = 2018-04-29
|
||||
template = "second-edition/page.html"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Integration Tests"
|
||||
order = 5
|
||||
weight = 5
|
||||
path = "integration-tests"
|
||||
date = 2018-06-15
|
||||
template = "second-edition/page.html"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "CPU Exceptions"
|
||||
order = 6
|
||||
weight = 6
|
||||
path = "cpu-exceptions"
|
||||
date = 2018-06-17
|
||||
template = "second-edition/page.html"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Double Faults"
|
||||
order = 7
|
||||
weight = 7
|
||||
path = "double-fault-exceptions"
|
||||
date = 2018-06-18
|
||||
template = "second-edition/page.html"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Hardware Interrupts"
|
||||
order = 8
|
||||
weight = 8
|
||||
path = "hardware-interrupts"
|
||||
date = 2018-10-22
|
||||
template = "second-edition/page.html"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Introduction to Paging"
|
||||
order = 9
|
||||
weight = 9
|
||||
path = "paging-introduction"
|
||||
date = 2019-01-14
|
||||
template = "second-edition/page.html"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Posts"
|
||||
sort_by = "order"
|
||||
sort_by = "weight"
|
||||
insert_anchor_links = "left"
|
||||
render = false
|
||||
+++
|
||||
|
||||
Reference in New Issue
Block a user