From e0d966ffdd12a83ea03ccb746abc642dc61dd75d Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 14 Feb 2016 17:29:14 +0100 Subject: [PATCH] Use ugly URLs to fit old ULR scheme --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index d35efe59..ed84637d 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,8 @@ copyright = "© 2016. All rights reserved." PygmentsCodeFences = true pygmentsuseclasses = true +uglyurls = true + [author] name = "Philipp Oppermann" email = "dev@phil-opp.com" @@ -14,3 +16,7 @@ pygmentsuseclasses = true [params] subtitle = "Philipp Oppermann's blog" date_format = "Jan 2, 2006" + + +[permalinks] + post = "/:filename.html"