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

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2018-10-03 07:28:23 +0300
committerHuabing Zhao <zhaohuabing@gmail.com>2018-10-03 07:28:31 +0300
commitb236190ae63d94eaa75372662b0b7daeddac8cd3 (patch)
tree4bb560ed4461ea15a465ed29cee469fea156bec2 /exampleSite
parent78c2d34e685449d96f9f2ed45c48fa93f6189459 (diff)
Supports wechat pay and alipay
Enable wechat pay and alipay by setting "zanshang = true" in the config.toml. Reader can pay you by wechat or alipay if they think your articles are helpful. Remember overriding the QR codes with your own. Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index afe86e2..37c3e95 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -47,6 +47,9 @@ home = ["HTML", "RSS", "Algolia"]
disqus_proxy = ""
disqus_site = ""
+ #wechat pay & alipay
+ zanshang = false
+
[params.social]
rss = true
email = "youemail@gmail.com"