diff pelicanconf.py @ 1:64edb34396b6

Setup URLs to match old blog.
author Brian Neal <bgneal@gmail.com>
date Wed, 29 Jan 2014 19:37:00 -0600
parents c4ec6945bb86
children c3115da3ff73
line wrap: on
line diff
--- 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
+