mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Revert "Use Zola's aliases feature instead of Netlify redirects"
This reverts commit fd2ac6ef18.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
title = "Catching Exceptions"
|
||||
weight = 1
|
||||
path = "catching-exceptions"
|
||||
aliases = ["catching-exceptions.html"]
|
||||
date = 2016-05-28
|
||||
template = "first-edition/page.html"
|
||||
[extra]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Better Exception Messages"
|
||||
weight = 2
|
||||
path = "better-exception-messages"
|
||||
aliases = ["better-exception-messages.html"]
|
||||
date = 2016-08-03
|
||||
template = "first-edition/page.html"
|
||||
[extra]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Returning from Exceptions"
|
||||
weight = 3
|
||||
path = "returning-from-exceptions"
|
||||
aliases = ["returning-from-exceptions.html"]
|
||||
date = 2016-09-21
|
||||
template = "first-edition/page.html"
|
||||
[extra]
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
+++
|
||||
title = "A minimal Multiboot Kernel"
|
||||
weight = 1
|
||||
path = "multiboot-kernel"
|
||||
aliases = ["multiboot-kernel.html", "/2015/08/18/multiboot-kernel/", "/rust-os/multiboot-kernel.html"]
|
||||
path = "multiboot-kernel/"
|
||||
date = 2015-08-18
|
||||
template = "first-edition/page.html"
|
||||
+++
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Entering Long Mode"
|
||||
weight = 2
|
||||
path = "entering-longmode"
|
||||
aliases = ["entering-longmode.html", "/2015/08/25/entering-longmode/", "/rust-os/entering-longmode.html"]
|
||||
date = 2015-08-25
|
||||
template = "first-edition/page.html"
|
||||
[extra]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Set Up Rust"
|
||||
weight = 3
|
||||
path = "set-up-rust"
|
||||
aliases = ["set-up-rust.html", "setup-rust.html", "/2015/09/02/setup-rust/", "/rust-os/setup-rust.html"]
|
||||
date = 2015-09-02
|
||||
template = "first-edition/page.html"
|
||||
[extra]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Printing to Screen"
|
||||
weight = 4
|
||||
path = "printing-to-screen"
|
||||
aliases = ["printing-to-screen.html", "/2015/10/23/printing-to-screen/", "/rust-os/printing-to-screen.html"]
|
||||
date = 2015-10-23
|
||||
template = "first-edition/page.html"
|
||||
[extra]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Allocating Frames"
|
||||
weight = 5
|
||||
path = "allocating-frames"
|
||||
aliases = ["allocating-frames.html"]
|
||||
date = 2015-11-15
|
||||
template = "first-edition/page.html"
|
||||
+++
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Page Tables"
|
||||
weight = 6
|
||||
path = "page-tables"
|
||||
aliases = ["page-tables.html", "modifying-page-tables.html"]
|
||||
date = 2015-12-09
|
||||
template = "first-edition/page.html"
|
||||
+++
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Remap the Kernel"
|
||||
weight = 7
|
||||
path = "remap-the-kernel"
|
||||
aliases = ["remap-the-kernel.html"]
|
||||
date = 2016-01-01
|
||||
template = "first-edition/page.html"
|
||||
[extra]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Kernel Heap"
|
||||
weight = 8
|
||||
path = "kernel-heap"
|
||||
aliases = ["kernel-heap.html"]
|
||||
date = 2016-04-11
|
||||
updated = "2017-11-19"
|
||||
template = "first-edition/page.html"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Handling Exceptions"
|
||||
weight = 9
|
||||
path = "handling-exceptions"
|
||||
aliases = ["handling-exceptions.html"]
|
||||
date = 2017-03-26
|
||||
template = "first-edition/page.html"
|
||||
+++
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
title = "Double Faults"
|
||||
weight = 10
|
||||
path = "double-faults"
|
||||
aliases = ["double-faults.html"]
|
||||
date = 2017-01-02
|
||||
template = "first-edition/page.html"
|
||||
+++
|
||||
|
||||
Reference in New Issue
Block a user