From 6ee89400f217022902645402a460eff4cf0236d1 Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Thu, 25 Jun 2020 22:07:29 -0500 Subject: Fixing the SITEURL for the published site. --- publishconf.py | 4 ++-- 1 file 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 = "" -- cgit v1.2.3