X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=3b5cd5928931c18c96174e08306c8d457777dadc;hp=82150d39b3787854f6074cd2f4bbeb9b1208c226;hb=4a3282b43958d3a1e84d380b5765307dde432e84;hpb=90fac4593c20a35d8db29692bf86d2f0827a5ffe diff --git a/pelicanconf.py b/pelicanconf.py index 82150d3..3b5cd59 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,11 @@ LINKS = ( DEFAULT_PAGINATION = 12 +FILENAME_METADATA = '(?P.*)' ARTICLE_URL = '{date:%Y}/{date:%b}/{slug}/' ARTICLE_SAVE_AS = '{date:%Y}/{date:%b}/{slug}/index.html' THEME = 'theme' # Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True +RELATIVE_URLS = True