From 15443223af02b76cbc5b15516746b2f3d995c1c9 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Mon, 5 Sep 2016 20:11:13 -0700 Subject: [PATCH] sleeker page URLs --- pelicanconf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 2b81dd2..5a16046 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -32,6 +32,8 @@ WITH_FUTURE_DATES = False FILENAME_METADATA = '(?P.*)' ARTICLE_URL = '{date:%Y}/{date:%b}/{slug}/' ARTICLE_SAVE_AS = '{date:%Y}/{date:%b}/{slug}/index.html' +PAGE_URL = '{slug}/' +PAGE_SAVE_AS = '{slug}/index.html' THEME = 'theme' -- 2.17.1