diff --git a/pelicanconf.py b/pelicanconf.py index c8f271c..21653e2 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ PATH = 'content' AUTHOR = u'OSU Open Source Lab' SITENAME = u'Beaver Barcamp 17' -SITEURL = 'http://beaverbarcamp.org' +SITEURL = '' TIMEZONE = 'US/Pacific' diff --git a/publishconf.py b/publishconf.py index 82ca41b..7c8e2f0 100644 --- a/publishconf.py +++ b/publishconf.py @@ -6,6 +6,7 @@ from pelicanconf import * DELETE_OUTPUT_DIRECTORY = True +SITEURL = os.getenv('PELICAN_SITE_URL', 'http://beaverbarcamp.org') # Following items are often useful when publishing