diff options
| -rw-r--r-- | publishconf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/publishconf.py b/publishconf.py index f49eb0b..2e79e8a 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://gamerdonkey.com/blog' +SITEURL = 'https://gamerdonkey.com' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' @@ -22,4 +22,4 @@ DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing #DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = ""
\ No newline at end of file +#GOOGLE_ANALYTICS = "" |
