diff --git a/pelicanconf.py b/pelicanconf.py index 7b2457f..7977077 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -7,7 +7,7 @@ SITENAME = 'Wtt�F' SITEURL = 'https://roelof.info/~r/wttf/' SUBTITLE=" a project about federated social media and open source design" -FEATURED_IMAGE = SITEURL + 'images/fi.png' +FEATURED_IMAGE = SITEURL + 'images/fi.jpg' PATH = 'content' THEME = 'theme/wttf' @@ -39,4 +39,4 @@ PLUGINS = ['summary'] DEFAULT_PAGINATION = 500 # Uncomment following line if you want document-relative URLs when developing -RELATIVE_URLS = True +#RELATIVE_URLS = True diff --git a/publishconf.py b/publishconf.py index 85ff8ef..75bc749 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = '' +SITEURL = 'https://roelof.info/~r/wttf/' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'