summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgamerdonkey2020-06-25 22:07:29 -0500
committergamerdonkey2020-06-25 22:07:29 -0500
commit6ee89400f217022902645402a460eff4cf0236d1 (patch)
treea83045e6fd31cac826c0df8dbccdaec6bf506ff7
parentcac5c144ffcdb64fab4e3af08169385ab099ad81 (diff)
downloadgamerdonkey.com-blog-6ee89400f217022902645402a460eff4cf0236d1.tar.gz
gamerdonkey.com-blog-6ee89400f217022902645402a460eff4cf0236d1.tar.bz2
gamerdonkey.com-blog-6ee89400f217022902645402a460eff4cf0236d1.zip
Fixing the SITEURL for the published site.
-rw-r--r--publishconf.py4
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 = ""