blog.hadan-it.com/pelicanconf.py
Stephan Hadan c7377979ad
Some checks failed
Build / build-deploy (push) Failing after 23s
first commit
2025-01-27 02:54:15 +01:00

45 lines
1 KiB
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 = (
("Pelican", "https://getpelican.com/"),
("Python.org", "https://www.python.org/"),
("Jinja2", "https://palletsprojects.com/p/jinja/"),
("You can modify those links in your config file", "#"),
)
# Social widget
SOCIAL = (
("You can add links in your config file", "#"),
("Another social link", "#"),
)
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True