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

@@ -2,6 +2,7 @@
title = "Catching Exceptions"
weight = 1
path = "catching-exceptions"
aliases = ["catching-exceptions.html"]
date = 2016-05-28
template = "first-edition/page.html"
[extra]

View File

@@ -2,6 +2,7 @@
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]

View File

@@ -2,6 +2,7 @@
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]