set publish uptions

This commit is contained in:
rra 2018-05-19 12:29:13 +02:00
parent 16f3f48ad4
commit 2b89e644db
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ SITENAME = 'Wtt<74>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

View File

@ -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'