X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=23906390f5ebcc385a16e46af955c651084c1fa0;hp=82150d39b3787854f6074cd2f4bbeb9b1208c226;hb=f4b4ab620a135f36e14d372904322a0ee62d2858;hpb=c0423b325bfab128a28b4d19a3c51b7b418832a8 diff --git a/pelicanconf.py b/pelicanconf.py index 82150d3..2390639 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' @@ -23,14 +23,20 @@ AUTHOR_FEED_RSS = None LINKS = ( ('On the Science of Changing Sex', "https://sillyolme.wordpress.com/"), ('Third Way Trans', "https://thirdwaytrans.com/"), + ('My Only Path to Power', "https://transwidow.wordpress.com/"), ) 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