16 lines
392 B
Python
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
|