|
@ -4,8 +4,9 @@ from __future__ import unicode_literals |
|
|
|
|
|
|
|
|
AUTHOR = 'rra' |
|
|
AUTHOR = 'rra' |
|
|
SITENAME = 'Wtt�F' |
|
|
SITENAME = 'Wtt�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 |
|
|