fossy-placeholder/pelicanconf.py
2025-08-01 09:33:53 -07:00

26 lines
605 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

AUTHOR = 'Software Freedom Conservancy'
SITENAME = 'FOSSY 2026'
SITESUBTITLE = 'August 6th 9th 2026 — University of British Columbia, Canada'
SITEURL = '2026.fossy.us'
PATH = 'content'
TIMEZONE = 'US/Pacific'
DEFAULT_LANG = 'en'
# 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
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
THEME = 'themes/fossy'
DISPLAY_CATEGORIES_ON_MENU = False