Browse Source

set publish uptions

master
rra 6 years ago
parent
commit
2b89e644db
  1. 4
      pelicanconf.py
  2. 2
      publishconf.py

4
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

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

Loading…
Cancel
Save