summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorAlan Pearce2017-07-05 21:50:17 +0200
committerAlan Pearce2017-07-05 21:50:17 +0200
commitd01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0 (patch)
tree15e2d99fcb989c4d634cd15ea0bac8219f1f1658 /config
parent9d601e206bdad2c384f2328a14fea8c0f5428ca9 (diff)
downloadhomestead-d01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0.tar.lz
homestead-d01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0.tar.zst
homestead-d01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0.zip
Move author config to top-level
Diffstat (limited to 'config')
-rw-r--r--config/default.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/default.toml b/config/default.toml
index bb07508..0a55027 100644
--- a/config/default.toml
+++ b/config/default.toml
@@ -3,14 +3,14 @@ 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"