Skip to content

Commit

Permalink
get the site url from the env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kennric committed Feb 22, 2017
1 parent c3db996 commit f42905a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pelicanconf.py
Expand Up @@ -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'

Expand Down
1 change: 1 addition & 0 deletions publishconf.py
Expand Up @@ -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

Expand Down

0 comments on commit f42905a

Please sign in to comment.