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 04:57:16 +0300
committerGitHub <noreply@github.com>2022-06-27 04:57:16 +0300
commitcef297552fbd7aeb36caccbb1069ddff0b4e4c5b (patch)
tree1a212c2ad343bc05507fbe4af80078eca2350ddf
parentd669c332e05bcbd1574b78c60be2a11a3aad2a1b (diff)
parentd27c7d9289adac7d74bf5330f28760b737a0699e (diff)
Merge pull request #377 from haidelber/further-social-icons
added social icon for strava
-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"