summary refs log tree commit diff stats
path: root/config/default.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.toml')
-rw-r--r--config/default.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/default.toml b/config/default.toml
index 0a55027..d2efd7a 100644
--- a/config/default.toml
+++ b/config/default.toml
@@ -11,6 +11,14 @@ url = "/"
 name = "John Doe"
 photo = "/static/johndoe.jpg"
 
+[[author.contact]]
+url = "mailto:johndoe@johndoe.org"
+text = "johndoe@johndoe.org"
+
+[[author.contact]]
+url = "https://twitter.com/johndoe"
+text = "Twitter"
+
 [posts]
 folder = "./posts"