The making of a publication for the 2020 edition of the AMRO festival organised by Servus. (Alice & Manetta are working on this.)
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.
 
 
 
 

48 lines
1.0 KiB

#!/usr/bin/env python
# -*- coding: utf-8 -*- #
# Pelican's documentation page on the pelicanconf.py
# https://docs.getpelican.com/en/stable/settings.html
AUTHOR = 'servus.at'
SITENAME = 'A Nourishing Network'
SITEURL = 'https://a-nourishing-network.radical-openness.org'
TIMEZONE = 'Europe/Amsterdam'
DEFAULT_DATE = 'fs'
DEFAULT_LANG = 'en'
DISPLAY_PAGES_ON_MENU = True
DISPLAY_CATEGORIES_ON_MENU = False
# Feed settings
FEED_DOMAIN = SITEURL
RSS_FEED_SUMMARY_ONLY = False
# RSS feeds
FEED_RSS = 'feeds/feed.rss'
CATEGORY_FEED_RSS = None
AUTHOR_FEED_RSS = None
# Atom feeds
FEED_ALL_ATOM = 'feeds/feed.atom'
CATEGORY_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
PATH = 'content'
PAGE_PATHS = ['pages']
STATIC_PATHS = [ 'images', 'favicon.ico', 'pages']
THEME = 'themes/basic'
THEME_STATIC_DIR = 'theme'
DEFAULT_PAGINATION = 50
DEFAULT_CATEGORY = ''
USE_FOLDER_AS_CATEGORY = True
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True
# Future dates get status "draft"
WITH_FUTURE_DATES = False