From: M. Taylor Saotome-Westlake Date: Tue, 6 Sep 2016 03:11:13 +0000 (-0700) Subject: sleeker page URLs X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=commitdiff_plain;h=15443223af02b76cbc5b15516746b2f3d995c1c9;ds=inline sleeker page URLs --- 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'