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:
-rw-r--r--data/beautifulhugo/social.toml8
-rw-r--r--exampleSite/config.toml1
2 files changed, 8 insertions, 1 deletions
diff --git a/data/beautifulhugo/social.toml b/data/beautifulhugo/social.toml
index b6beb0d..7f1daf0 100644
--- a/data/beautifulhugo/social.toml
+++ b/data/beautifulhugo/social.toml
@@ -165,4 +165,10 @@ icon = "fab fa-weibo"
id = "discord"
url = "https://discord.gg/%s"
title = "Discord"
-icon = "fab fa-discord" \ No newline at end of file
+icon = "fab fa-discord"
+
+[[social_icons]]
+id = "strava"
+url = "https://www.strava.com/athletes/%s"
+title = "Strava"
+icon = "fab fa-strava"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 801b865..08c86aa 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -74,6 +74,7 @@ pygmentsCodefencesGuessSyntax = true
weibo = "username"
slack = "username"
discord = "invite code (https://discord.gg/XXXXXXX)"
+ strava = "userid"
[[menu.main]]
name = "Blog"