diff options
-rw-r--r-- | config.toml | 18 | ||||
m--------- | themes/hyde | 0 |
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 name = "Posts" URL = "/post/" -[Params.author.urls] -Twitter = "https://twitter.com/alanpearceuk" -Github = "https://github.com/alanpearce" -LinkedIn = "http://uk.linkedin.com/in/alanpearceuk/" +[[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" +[[menu.contact]] + name = "LinkedIn" + URL = "https://uk.linkedin.com/in/alanpearceuk/" + diff --git a/themes/hyde b/themes/hyde -Subproject df6e95df7d810d47bf767c4073ed5427d884bf3 +Subproject 8e1c2c6e9ef67a4a243efabbabfed6a937cebd1 |