X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=5a160465c5f3bd2832a9c772b0ae4cf01c9f2959;hp=3b5cd5928931c18c96174e08306c8d457777dadc;hb=15443223af02b76cbc5b15516746b2f3d995c1c9;hpb=4a3282b43958d3a1e84d380b5765307dde432e84 diff --git a/pelicanconf.py b/pelicanconf.py index 3b5cd59..5a16046 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -27,9 +27,13 @@ LINKS = ( DEFAULT_PAGINATION = 12 +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'