siteurl on workmode ('/') + article reversed sort added + relative urls enabled

This commit is contained in:
mb@mb 2018-08-28 23:55:37 +02:00
parent 13097bbe8a
commit 761e989269

View File

@ -4,8 +4,9 @@ from __future__ import unicode_literals
AUTHOR = 'rra'
SITENAME = 'Wtt<EFBFBD>F'
SITEURL = 'https://varia.zone/wttf/'
SUBTITLE="how arts and design can contribute to open source and federated social media"
# SITEURL = 'https://varia.zone/wttf/'
SITEURL = ''
SUBTITLE="How arts and design can contribute to open source and federated social media."
FEATURED_IMAGE = SITEURL + 'images/fi.jpg'
@ -36,7 +37,8 @@ AUTHOR_FEED_RSS = None
PLUGIN_PATHS = ["plugins"]
PLUGINS = ['summary', 'image_captions']
ARTICLE_ORDER_BY = 'reversed-date'
DEFAULT_PAGINATION = 50
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
RELATIVE_URLS = True