all repos — archive/homestead @ 248c74916e22f397ff95944ac2596b9e40b302e5

My future indieweb platform

feat: Add photo to marked-up h-chard

Alan Pearce
commit

248c74916e22f397ff95944ac2596b9e40b302e5

parent

e5c2da0871ecbc92e2638dcf7dd4d15f12ddcff0

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

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