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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJianyuan Zhang <jianyuan@databus.cc>2020-03-28 18:17:55 +0300
committerJianyuan Zhang <jianyuan@databus.cc>2020-03-28 18:17:55 +0300
commit8832f31b7f5640e91788924034df3778a7a7a653 (patch)
tree8892d95e07321a9da791ef554e76fc99cd833daf /exampleSite
parent66e300b7f35da88f10be0016d75073b7ac27fabd (diff)
example config with addthis
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7acbfff..946d133 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -29,6 +29,7 @@ dateFormat = "Jan 02, 2006" # if unset, default is "2006-01-02"
readingTime = false # show reading time after article date
logo = ""
slogan = "100% JavaScript-free"
+#addThisId = "YOUR_ADD_THIS_ID"
#license = "<a rel=license href=http://creativecommons.org/licenses/by-nc-sa/4.0/><img alt=Creative Commons License style=border-width:0 src=https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png /></a><br />This work is licensed under a <a rel=license href=http://creativecommons.org/licenses/by-nc-sa/4.0/>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>."
[params.assets]
@@ -37,6 +38,10 @@ css = ["css/fonts.css"]
[params.comments]
enable = false # En/Disable comments globally, default: false. You can always enable comments on per page.
+[params.share]
+enable = true # En/Disable share globally, default: false. You can always enable comments on per page.
+
+
[params.math]
enable = false # load math globally, default: false. You can always enable math on per page.
use = "katex" # builtin: "katex", "mathjax". default: "katex"