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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDudi Levy <4785835+dudil@users.noreply.github.com>2018-02-12 01:15:26 +0300
committerPatrick Collins <thepatrickcollins@gmail.com>2018-02-12 01:15:26 +0300
commit187e213d406e03aa8cc2fa755231433c5f5aa083 (patch)
tree4e191009d0d6b653d378c3407f81b769ff8a90ec /exampleSite
parent60201d39d2a16fdaef8e3b0d9a180263ee7278c3 (diff)
Add the possibility to set only specific social networks to share the post (#112)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index faee664..001ccd4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -39,6 +39,16 @@ pluralizeListTitles = false
faviconVersion = ""
# Sets Social Share links to appear on posts
socialShare = true
+ # Sets specific share to appear on posts (default behavior is to appear)
+ socialShareTwitter = true
+ socialShareGoogleplus = true
+ socialShareFacebook = true
+ socialShareReddit = true
+ socialShareLinkedin = true
+ socialShareStumbleupon = true
+ socialSharePinterest = true
+ socialShareEmail = true
+
# Load custom CSS or JavaScript files. The variable is an array so that you
# can load multiple files if necessary. You can also load the standard theme
# files by adding the value, "default".