# HG changeset patch # User Brian Neal # Date 1391045820 21600 # Node ID 64edb34396b6915a48dd8c0f5454b391047ea532 # Parent c4ec6945bb86fdced360dbfcab816f25aff629a6 Setup URLs to match old blog. diff -r c4ec6945bb86 -r 64edb34396b6 pelicanconf.py --- a/pelicanconf.py Wed Jan 29 18:53:45 2014 -0600 +++ b/pelicanconf.py Wed Jan 29 19:37:00 2014 -0600 @@ -6,7 +6,7 @@ SITENAME = u'Death of a Gremmie' SITEURL = '' -TIMEZONE = 'Europe/Paris' +TIMEZONE = 'US/Central' DEFAULT_LANG = u'en' @@ -29,3 +29,14 @@ # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True + +DEFAULT_CATEGORY = 'coding' + +ARTICLE_URL = '{date:%Y}/{date:%m}/{date:%d}/{slug}/' +ARTICLE_SAVE_AS = ARTICLE_URL + 'index.html' +PAGE_URL = '{slug}/' +PAGE_SAVE_AS = PAGE_URL + 'index.html' + +AUTHOR_SAVE_AS = False +AUTHORS_SAVE_AS = False +