tech: ADD allow explicit root index page and path for articles
This commit is contained in:
parent
cdbdc7e392
commit
5b6edac236
2 changed files with 44 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue