X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=5a160465c5f3bd2832a9c772b0ae4cf01c9f2959;hp=82150d39b3787854f6074cd2f4bbeb9b1208c226;hb=15443223af02b76cbc5b15516746b2f3d995c1c9;hpb=c0423b325bfab128a28b4d19a3c51b7b418832a8 diff --git a/pelicanconf.py b/pelicanconf.py index 82150d3..5a16046 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals AUTHOR = 'M. Taylor Saotome-Westlake' SITENAME = 'The Scintillating But Ultimately Untrue Thought' -SITEURL = '' +SITEURL = 'http://unremediatedgender.space' PATH = 'content' @@ -27,10 +27,15 @@ 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' # Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True +RELATIVE_URLS = True