blog/pelicanconf.py
Kumi 0782fddc59
All checks were successful
Build and Deploy Blog / build (push) Successful in 32s
feat: New theme, new static site builder, new deployment mechanism
2025-06-07 11:07:54 +02:00

16 lines
400 B
Python

THEME = "themes/kumi-theme"
SITENAME = "Kumi's Blog"
SITEURL = "https://kumiblog.dev.kumi"
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