Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <halogenica@users.noreply.github.com>2022-06-27 01:11:53 +0300
committerGitHub <noreply@github.com>2022-06-27 01:11:53 +0300
commit02db626c80886c58ec6b575bdc977077f59cfecf (patch)
tree38f63d0b6591adc47195a7b3e20c06b84a02a5e6
parenta2b2f5c38c0a5d7982cc93ba909da07917ac7ab8 (diff)
parent58919b1e1e2bab172b2008df82fb3b452619eda4 (diff)
Merge pull request #368 from miketoth/btoth/discord-link
Add discord link in config.toml
-rw-r--r--data/beautifulhugo/social.toml6
-rw-r--r--exampleSite/config.toml1
2 files changed, 7 insertions, 0 deletions
diff --git a/data/beautifulhugo/social.toml b/data/beautifulhugo/social.toml
index ea9f7fa..b6beb0d 100644
--- a/data/beautifulhugo/social.toml
+++ b/data/beautifulhugo/social.toml
@@ -160,3 +160,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"