feat: add configurable navigation
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M config/default.toml → config/default.toml
@@ -7,6 +7,10 @@ [site.author] name = "John Doe" photo = "/static/johndoe.jpg" +[[site.nav]] +text = "Home" +url = "/" + [posts] folder = "./posts"