summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-08 17:11:07 -0400
committerDante Catalfamo2020-07-08 17:11:07 -0400
commit1e2f63d147292990871db4add4c6fccced4a3d81 (patch)
tree04a6124799705498fa6aa1bf22466d4a47bfda1f /config.toml
parente5dc743b84bc7b822e648b99ff4562e1f48e284f (diff)
downloadblog-1e2f63d147292990871db4add4c6fccced4a3d81.tar.gz
blog-1e2f63d147292990871db4add4c6fccced4a3d81.tar.bz2
blog-1e2f63d147292990871db4add4c6fccced4a3d81.zip
Add twitter links
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index c883995..4c244d3 100644
--- a/config.toml
+++ b/config.toml
@@ -29,6 +29,9 @@ enableRobotsTXT = true
# Posts shown in homepage
mainSections = ["posts"]
+[social]
+ twitter = "dantecatalfamo"
+
[menu]
[[menu.nav]]
name = "Home"
@@ -55,3 +58,7 @@ enableRobotsTXT = true
name = "GitHub"
url = "https://github.com/dantecatalfamo"
weight = 1
+ [[menu.link]]
+ name = "Twitter"
+ url = "https://twitter.com/dantecatalfamo"
+ weight = 2