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

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <10623666+funkydan2@users.noreply.github.com>2020-07-25 02:50:40 +0300
committerGitHub <noreply@github.com>2020-07-25 02:50:40 +0300
commit2c7c24f79d5ea7c0fd145b7200af5b4391ba584f (patch)
tree32197671c6c116f0e0398f9cf49439e5de8ae88e
parent4116d3036a3acae4a7e24123eac8479bcf179b08 (diff)
parent8fcea6f70e96a93e26093b2ed0bad26fa66381a0 (diff)
Merge pull request #47 from alfredocambera/add-social-devto-support
added support for dev.to social icon
-rw-r--r--README.md1
-rw-r--r--data/social.toml6
-rw-r--r--exampleSite/config.toml1
3 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 629e36d..d791cc1 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,7 @@ googleAnalytics = "" #Google Analytics ID
twitter = "" #Twitter username
instagram = "" #Instagram username
stackoverflow = "" #StackOverflow username
+ devto = "" #Dev.to username
[params]
tagline = "the tagline for this website"
diff --git a/data/social.toml b/data/social.toml
index 42d6291..79f474c 100644
--- a/data/social.toml
+++ b/data/social.toml
@@ -173,3 +173,9 @@ id = "orcid"
url = "https://orcid.org/%s"
title = "ORCiD"
icon = "fab fa-orcid"
+
+[[social_icons]]
+id = "devto"
+url = "https://dev.to/%s"
+title = "devto"
+icon = "fab fa-dev"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 62369cd..86e9548 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -23,6 +23,7 @@ pygmentsCodeFences = true
#instagram = "username"
#stackoverflow = "username"
#youtube = "user/username" # or channel/channelname
+ #devto = "username"
[params]
tagline = "A Hugo theme for creative and technical writing"