feat: Add photo to marked-up h-chard
1 file changed, 4 insertions(+), 1 deletion(-)
changed files
M config/default.toml → config/default.toml
@@ -2,7 +2,10 @@ [server] port = 3000 [site] -author = "John Doe" + +[site.author] +name = "John Doe" +photo = "/static/johndoe.jpg" [posts] folder = "./posts"