fossy-placeholder/pelicanconf.py

27 lines
579 B
Python
Raw Normal View History

AUTHOR = 'Software Freedom Conservancy'
2025-07-25 22:28:57 +10:00
SITENAME = 'FOSSY 2026'
SITESUBTITLE = 'August 6th 9th 2026 — location TBA'
2025-07-25 22:28:57 +10:00
SITEURL = '2026.fossy.us'
PATH = 'content'
2024-10-29 08:23:12 -07:00
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