Move author config to top-level
1 file changed, 4 insertions(+), 4 deletions(-)
changed files
M config/default.toml → config/default.toml
@@ -3,13 +3,13 @@ port = 3000 [site] -[site.author] -name = "John Doe" -photo = "/static/johndoe.jpg" - [[site.nav]] text = "Home" url = "/" + +[author] +name = "John Doe" +photo = "/static/johndoe.jpg" [posts] folder = "./posts"