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.
 
 
 
 

39 lines
878 B

#!/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'
SITENAME = 'Nourishing Network'
SITEURL = 'https://vvvvvvaria.org/amro/'
TIMEZONE = 'Europe/Amsterdam'
DEFAULT_DATE = 'fs'
DEFAULT_LANG = 'en'
# Feed settings
FEED_DOMAIN = SITEURL
RSS_FEED_SUMMARY_ONLY = False
# RSS feeds
FEED_RSS = 'feeds/RSS/feed.rss.xml'
CATEGORY_FEED_RSS = 'feeds/RSS/category/{slug}'
AUTHOR_FEED_RSS = None
# Atom feeds
FEED_ALL_ATOM = 'feeds/ATOM/feed.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/ATOM/category/{slug}'
AUTHOR_FEED_ATOM = None
PATH = 'content'
STATIC_PATHS = [ 'images', 'favicon.ico' ]
THEME = 'themes/basic'
THEME_STATIC_DIR = 'theme'
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True