zine_library/code-for-pelican-deployment/pelicanconf.py
2026-02-05 17:54:04 -08:00

45 lines
1.2 KiB
Python
Executable file

AUTHOR = 'rechelon'
SITENAME = 'ZineLibrary'
SITEURL = ""
PATH = "content"
TIMEZONE = 'America/Los_Angeles'
DEFAULT_LANG = 'En'
THEME = 'themes/edtheme'
SITELOGO = 'images/zinelibrary.jpg'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
PUBLISHERS = (
("AK Press", "https://akpress.org/"),
("PM Press", "https://pmpress.org/"),
("Black Rose Books", "https://blackrosebooks.com"),
("Black Mosquito", "https://black-mosquito.org/en/"),
("Freedom Press", "https://freedompress.org.uk/"),
("C4SS", "https://store.c4ss.org"),
("Crimethinc", "https://crimethinc.com"),
("Dog Section Press", "https://www.dogsection.org/"),
("Active Distribution", "https://activedistribution.org/"),
("Detritus", "https://detritusbooks.com/"),
("Eberhardt", "https://eberhardtpress.bigcartel.com/"),
("See Sharp", "https://seesharppress.com/books1.html"),
)
DISTROS = (
("C4SS", "https://store.c4ss.org"),
)
DEFAULT_PAGINATION = 20
# Uncomment following line if you want document-relative URLs when developing
# RELATIVE_URLS = True