summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.toml13
1 files changed, 10 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index bddde7f..ad0cfd1 100644
--- a/config.toml
+++ b/config.toml
@@ -20,6 +20,13 @@ layoutReverse = true
     name = "Posts"
     URL = "/post/"
 
-[Params.author.urls]
-Twitter = "https://twitter.com/alanpearceuk"
-Github = "https://github.com/alanpearce"
+[[menu.contact]]
+    name = "alan@alanpearce.uk"
+    URL = "mailto:alan@alanpearce.uk"
+    isEmail = true
+[[menu.contact]]
+    name = "GitHub"
+    URL = "https://github.com/alanpearce"
+[[menu.contact]]
+    name = "Twitter"
+    URL = "https://twitter.com/alanpearceuk"