blog/pelicanconf.py
kumi 0d107a84ef
All checks were successful
Build and Deploy Blog / build (push) Successful in 29s
fix: Site URL was pointing to dev environment
2025-06-16 18:07:36 +00:00

16 lines
392 B
Python

THEME = "themes/kumi-theme"
SITENAME = "Kumi's Blog"
SITEURL = "https://kumi.blog"
AUTHOR = "Kumi"
TIMEZONE = "Europe/Vienna"
COPYRIGHT_YEAR = 2025
# Optional: Configure menu items
MENUITEMS = (
("About", "/pages/about.html"),
("Main Site", "https://kumi.website"),
)
# Display pages and categories in the navigation
DISPLAY_PAGES_ON_MENU = False
DISPLAY_CATEGORIES_ON_MENU = False