about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.toml18
m---------themes/hyde0
2 files changed, 14 insertions, 4 deletions
diff --git a/config.toml b/config.toml index e24f77a..c9e4a6c 100644 --- a/config.toml +++ b/config.toml
@@ -20,7 +20,17 @@ layoutReverse = true
20 name = "Posts" 20 name = "Posts"
21 URL = "/post/" 21 URL = "/post/"
22 22
23[Params.author.urls] 23[[menu.contact]]
24Twitter = "https://twitter.com/alanpearceuk" 24 name = "alan@alanpearce.uk"
25Github = "https://github.com/alanpearce" 25 URL = "mailto:alan@alanpearce.uk"
26LinkedIn = "http://uk.linkedin.com/in/alanpearceuk/" 26 isEmail = true
27[[menu.contact]]
28 name = "GitHub"
29 URL = "https://github.com/alanpearce"
30[[menu.contact]]
31 name = "Twitter"
32 URL = "https://twitter.com/alanpearceuk"
33[[menu.contact]]
34 name = "LinkedIn"
35 URL = "https://uk.linkedin.com/in/alanpearceuk/"
36
diff --git a/themes/hyde b/themes/hyde
Subproject df6e95df7d810d47bf767c4073ed5427d884bf3 Subproject 8e1c2c6e9ef67a4a243efabbabfed6a937cebd1