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

@ -20,3 +20,6 @@ SOCIAL = (('You can add links in your config file', '#'),
('Another social link', '#'),)
DEFAULT_PAGINATION = $default_pagination
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True

View file

@ -10,13 +10,11 @@ sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = '$siteurl'
RELATIVE_URLS = False
DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing
# Uncomment following line for absolute URLs in production:
#RELATIVE_URLS = False
#DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = ""