set publish uptions
This commit is contained in:
parent
16f3f48ad4
commit
2b89e644db
@ -7,7 +7,7 @@ SITENAME = 'Wtt<74>F'
|
|||||||
SITEURL = 'https://roelof.info/~r/wttf/'
|
SITEURL = 'https://roelof.info/~r/wttf/'
|
||||||
SUBTITLE=" a project about federated social media and open source design"
|
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'
|
PATH = 'content'
|
||||||
THEME = 'theme/wttf'
|
THEME = 'theme/wttf'
|
||||||
@ -39,4 +39,4 @@ PLUGINS = ['summary']
|
|||||||
DEFAULT_PAGINATION = 500
|
DEFAULT_PAGINATION = 500
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
RELATIVE_URLS = True
|
#RELATIVE_URLS = True
|
||||||
|
@ -10,7 +10,7 @@ import sys
|
|||||||
sys.path.append(os.curdir)
|
sys.path.append(os.curdir)
|
||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
SITEURL = ''
|
SITEURL = 'https://roelof.info/~r/wttf/'
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||||
|
Loading…
Reference in New Issue
Block a user