Change RELATIVE_URLS default to False - Fixes #829

This commit is contained in:
Justin Mayer 2013-04-11 12:15:18 -07:00
commit 0a8678a8ae
36 changed files with 478 additions and 472 deletions

View file

@ -6,6 +6,9 @@ SITENAME = "Alexis' log"
SITEURL = 'http://blog.notmyidea.org'
TIMEZONE = "Europe/Paris"
# can be useful in development, but set to False when you're ready to publish
RELATIVE_URLS = True
GITHUB_URL = 'http://github.com/ametaireau/'
DISQUS_SITENAME = "blog-notmyidea"
PDF_GENERATOR = False