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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-04-15 15:22:40 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-09-10 12:38:14 +0300
commit7f15006b51f3862700814610fbf89ec6447d3b8f (patch)
tree2961e7533f5e8e592fc5aa85bc4ad8b97b3a38d4 /exampleSite
parent59a3489c0df882d1d77cc4bc585e204e4a3eeebb (diff)
Upgrade theme base on hexo 1.10.0 version
- [x] Italian translation - [x] `showMeta` & `showActions` - [x] `rel="noopener"` - [x] _sharing options_ - [x] XLG side bar bug on Edge - [x] 'OLDER POSTS' Button Overlaps Sidebar - [x] Print media queries However I will not backport persian translation because I can't handle by myself the missing translation for that theme that is not exist on hexo one closes #132
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8a4286b..3d82053 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -172,6 +172,25 @@ canonifyurls = true
# they have to be referred from static root. Example
# customJS = ["js/foo.js"]
+ # Sharing options
+ # Comment and uncomment to enable or disable sharing options
+ # If you wanna add a sharing option, read user documentation :
+ # Tranquilpeak configuration > Theme configuration > sharing-options
+ [[params.sharingOptions]]
+ name = "Facebook"
+ icon = "fa-facebook-official"
+ url = "https://www.facebook.com/sharer/sharer.php?u=%s"
+
+ [[params.sharingOptions]]
+ name = "Twitter"
+ icon = "fa-twitter"
+ url = "https://twitter.com/intent/tweet?text=%s"
+
+ [[params.sharingOptions]]
+ name = "Google+"
+ icon = "fa-google-plus"
+ url = "https://plus.google.com/share?url=%s"
+
[params.header.rightLink]
class = ""
icon = ""