importing drafts; configuration adjustments
[Ultimately_Untrue_Thought.git] / pelicanconf.py
index 82150d3..3b5cd59 100644 (file)
@@ -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<slug>.*)'
 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