tech: ADD allow explicit root index page and path for articles

This commit is contained in:
Caffeine Fueled 2026-03-22 20:44:30 +01:00
parent cdbdc7e392
commit 5b6edac236
Signed by: cf7
GPG key ID: CA295D643074C68C
2 changed files with 44 additions and 2 deletions

View file

@ -19,6 +19,10 @@ NAVBAR_ITEMS = [
{'text': 'RSS', 'url': '/rss.xml'}
]
# Path settings
BLOGROLL_PATH = "" # Path for the blog roll, e.g. "" (root) or "articles"
ROOT_PAGE = "" # Slug of a page item to use as root index, e.g. "home" (leave empty to use blogroll) - example "home" for "items/2026-01-01_page_home.md"
# Logo settings
HIDE_LOGO = False
HIDE_TITLE = True