diff options
-rw-r--r-- | config.toml | 7 |
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 |