Generate navigation from config
This commit is contained in:
@ -5,3 +5,10 @@ build_search_index = false
|
||||
|
||||
[markdown]
|
||||
highlight_code = false
|
||||
|
||||
[extra]
|
||||
nav = [
|
||||
{title = "Index", path = "/"},
|
||||
{title = "About", path = "/about/"},
|
||||
{title = "All posts", path = "/posts/"}
|
||||
]
|
||||
|
Reference in New Issue
Block a user