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 = (('Mastodon', 'https://freiburg.social/@stiebke'),) DEFAULT_PAGINATION = 10 # Uncomment following line if you want document-relative URLs when developing RELATIVE_URLS = True