Use Zola's aliases feature instead of Netlify redirects

Makes the project less dependent on Netlify.
This commit is contained in:
Philipp Oppermann
2019-04-24 12:07:00 +02:00
parent 1ff397f568
commit fd2ac6ef18
19 changed files with 40 additions and 55 deletions

View File

@@ -1,7 +1,8 @@
+++
title = "A minimal Multiboot Kernel"
weight = 1
path = "multiboot-kernel/"
path = "multiboot-kernel"
aliases = ["multiboot-kernel.html", "/2015/08/18/multiboot-kernel/", "/rust-os/multiboot-kernel.html"]
date = 2015-08-18
template = "first-edition/page.html"
+++