You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.0 KiB

#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = 'rra'
SITENAME = 'Welcome to the � Federation'
# 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'
PATH = 'content'
THEME = 'theme/wttf'
THEME_STATIC_DIR = 'theme/'
TIMEZONE = 'Europe/Paris'
DEFAULT_LANG = 'en'
DEFAULT_DATE = "fs"
DISPLAY_PAGES_ON_MENU = False
DISPLAY_CATEGORIES_ON_MENU = False
SLUGIFY_SOURCE = 'title'
# feed
FEED_DOMAIN = SITEURL
FEED_ALL_RSS = 'feeds/all.rss.xml'
RSS_FEED_SUMMARY_ONLY = False
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
CATEGORY_FEED_RSS = None
TRANSLATION_FEED_ATOM = None
TRANSLATION_FEED_RSS = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
PLUGIN_PATHS = ["plugins"]
PLUGINS = ['summary', 'image_captions']
ARTICLE_ORDER_BY = 'reversed-date'
6 years ago
DEFAULT_PAGINATION = 50
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True