From 58919b1e1e2bab172b2008df82fb3b452619eda4 Mon Sep 17 00:00:00 2001 From: Brian Toth Date: Wed, 20 Jan 2021 21:10:36 -0800 Subject: Add discord link in config.toml --- data/beautifulhugo/social.toml | 6 ++++++ exampleSite/config.toml | 1 + 2 files changed, 7 insertions(+) diff --git a/data/beautifulhugo/social.toml b/data/beautifulhugo/social.toml index 0ebf774..2154669 100644 --- a/data/beautifulhugo/social.toml +++ b/data/beautifulhugo/social.toml @@ -159,3 +159,9 @@ id = "weibo" url = "https://weibo.com/%s" title = "Weibo" icon = "fab fa-weibo" + +[[social_icons]] +id = "discord" +url = "https://discord.gg/%s" +title = "Discord" +icon = "fab fa-discord" \ No newline at end of file diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 97699ba..801b865 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -73,6 +73,7 @@ pygmentsCodefencesGuessSyntax = true kaggle = "username" weibo = "username" slack = "username" + discord = "invite code (https://discord.gg/XXXXXXX)" [[menu.main]] name = "Blog" -- cgit v1.2.3