From 248c74916e22f397ff95944ac2596b9e40b302e5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 1 Jul 2017 11:00:25 +0200 Subject: feat: Add photo to marked-up h-chard --- config/default.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/default.toml b/config/default.toml index 9db7540..8683981 100644 --- a/config/default.toml +++ b/config/default.toml @@ -2,7 +2,10 @@ port = 3000 [site] -author = "John Doe" + +[site.author] +name = "John Doe" +photo = "/static/johndoe.jpg" [posts] folder = "./posts" -- cgit 1.4.1