siteurl on workmode ('/') + article reversed sort added + relative urls enabled
This commit is contained in:
parent
13097bbe8a
commit
761e989269
@ -4,8 +4,9 @@ from __future__ import unicode_literals
|
|||||||
|
|
||||||
AUTHOR = 'rra'
|
AUTHOR = 'rra'
|
||||||
SITENAME = 'Wtt<EFBFBD>F'
|
SITENAME = 'Wtt<EFBFBD>F'
|
||||||
SITEURL = 'https://varia.zone/wttf/'
|
# SITEURL = 'https://varia.zone/wttf/'
|
||||||
SUBTITLE="how arts and design can contribute to open source and federated social media"
|
SITEURL = ''
|
||||||
|
SUBTITLE="How arts and design can contribute to open source and federated social media."
|
||||||
|
|
||||||
FEATURED_IMAGE = SITEURL + 'images/fi.jpg'
|
FEATURED_IMAGE = SITEURL + 'images/fi.jpg'
|
||||||
|
|
||||||
@ -36,7 +37,8 @@ AUTHOR_FEED_RSS = None
|
|||||||
PLUGIN_PATHS = ["plugins"]
|
PLUGIN_PATHS = ["plugins"]
|
||||||
PLUGINS = ['summary', 'image_captions']
|
PLUGINS = ['summary', 'image_captions']
|
||||||
|
|
||||||
|
ARTICLE_ORDER_BY = 'reversed-date'
|
||||||
DEFAULT_PAGINATION = 50
|
DEFAULT_PAGINATION = 50
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user