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.
 
 
 
 

46 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'
SITENAME = 'A Nourishing Network'
SITEURL = 'https://vvvvvvaria.org/amro'
TIMEZONE = 'Europe/Amsterdam'
DEFAULT_DATE = 'fs'
DEFAULT_LANG = 'en'
# DISPLAY_PAGES_ON_MENU = True
# DISPLAY_CATEGORIES_ON_MENU = True
# 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'
PAGE_PATHS = ['pages']
STATIC_PATHS = [ 'images', 'favicon.ico', 'ascii-art' ]
THEME = 'themes/basic'
THEME_STATIC_DIR = 'theme'
DEFAULT_PAGINATION = 10
DEFAULT_CATEGORY = ''
USE_FOLDER_AS_CATEGORY = True
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True