Browse Source

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

master
mb@mb 6 years ago
parent
commit
761e989269
  1. 8
      pelicanconf.py

8
pelicanconf.py

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

Loading…
Cancel
Save