blog.hadan-it.com/pelicanconf.py
Stephan Hadan 49040fc62e
All checks were successful
Build / build-deploy (push) Successful in 20s
added more content
2025-01-27 04:10:28 +01:00

41 lines
930 B
Python

AUTHOR = 'Stephan Hadan'
DESCRIPTION = ''
SITENAME = 'News @ Hadan IT'
SITEURL = 'https://blog.hadan-it.com'
SITEIMAGE = ''
PATH = 'content'
OUTPUT_PATH = 'output'
TIMEZONE = 'Europe/Berlin'
STARTYEAR = '2025'
# comment CURRENTYEAR out if it's the same as STARTYEAR
#CURRENTYEAR = date.today().year
DEFAULT_LANG = 'de'
# 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
DELETE_OUTPUT_DIRECTORY = True
THEME = 'themes/business'
# Blogroll
LINKS = (
("Org", "https://hadan-it.com"),
("Docs", "https://docs.hadan-it.com"),
("RSS", "https://blog.hadan-it.com/feeds/all.atom.xml"),
)
# Social widget
SOCIAL = (('Mastodon', 'https://freiburg.social/@stiebke'),)
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True