all repos — archive/homestead @ d01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0

My future indieweb platform

Move author config to top-level

Alan Pearce
commit

d01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0

parent

9d601e206bdad2c384f2328a14fea8c0f5428ca9

1 file changed, 4 insertions(+), 4 deletions(-)

changed files
M config/default.tomlconfig/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"