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:
authorStefan Haider <stefan@haider.io>2021-01-26 17:15:15 +0300
committerStefan Haider <stefan@haider.io>2021-01-26 17:15:15 +0300
commit967fed8613b9fdba7c496910b02d899c5803f3e4 (patch)
tree0127fd73b455d715cb44ba7a63cec4b33f59ee9d
parent99ca240e9977196207da2e09c3804d3e98c14e57 (diff)
added social icon for strava
-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 0ebf774..d3428af 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 = "strava"
+url = "https://www.strava.com/athletes/%s"
+title = "Strava"
+icon = "fab fa-strava" \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 97699ba..8ae24f7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -73,6 +73,7 @@ pygmentsCodefencesGuessSyntax = true
kaggle = "username"
weibo = "username"
slack = "username"
+ strava = "userid"
[[menu.main]]
name = "Blog"