diff options
author | Alan Pearce | 2017-05-06 17:55:17 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-06 17:56:06 +0200 |
commit | 9344481a312948286d103fb75dc7088d70c46136 (patch) | |
tree | ded4a395f121fb1f14ff063c5e876aabe99352e0 /config.toml | |
parent | 509fe2370c2dc544e5f984ced4511c0c1130099e (diff) | |
download | website-9344481a312948286d103fb75dc7088d70c46136.tar.xz website-9344481a312948286d103fb75dc7088d70c46136.zip |
Configure contact menu
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 18 |
1 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]] |
24 | Twitter = "https://twitter.com/alanpearceuk" | 24 | name = "alan@alanpearce.uk" |
25 | Github = "https://github.com/alanpearce" | 25 | URL = "mailto:alan@alanpearce.uk" |
26 | LinkedIn = "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 | |||