X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=5a160465c5f3bd2832a9c772b0ae4cf01c9f2959;hp=2b81dd2d4a4b726f6d25349f3ddc6a6b3aebce5d;hb=15443223af02b76cbc5b15516746b2f3d995c1c9;hpb=cbca97e02c988ded1a3bb67e5fcfe159b89e5425 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'