summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorAlan Pearce2017-07-01 11:00:25 +0200
committerAlan Pearce2017-07-01 11:00:25 +0200
commit248c74916e22f397ff95944ac2596b9e40b302e5 (patch)
treea66fa1aeefd025a16b492b2b8c8cfed913b93c4d /config
parente5c2da0871ecbc92e2638dcf7dd4d15f12ddcff0 (diff)
downloadhomestead-248c74916e22f397ff95944ac2596b9e40b302e5.tar.lz
homestead-248c74916e22f397ff95944ac2596b9e40b302e5.tar.zst
homestead-248c74916e22f397ff95944ac2596b9e40b302e5.zip
feat: Add photo to marked-up h-chard
Diffstat (limited to 'config')
-rw-r--r--config/default.toml5
1 files changed, 4 insertions, 1 deletions
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"