diff --git a/pelicanconf.py b/pelicanconf.py index 23227a7..553fa29 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -5,7 +5,7 @@ from __future__ import unicode_literals AUTHOR = 'rra' SITENAME = 'Wtt�F' SITEURL = 'https://varia.zone/wttf/' -SUBTITLE=" a project about federated social media and open source design" +SUBTITLE="how arts and design can contribute to open source and federated social media" FEATURED_IMAGE = SITEURL + 'images/fi.jpg' @@ -36,7 +36,7 @@ AUTHOR_FEED_RSS = None PLUGIN_PATHS = ["plugins"] PLUGINS = ['summary'] -DEFAULT_PAGINATION = 500 +DEFAULT_PAGINATION = 50 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True