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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-16 16:35:16 +0300
committerGitHub <noreply@github.com>2020-03-16 16:35:16 +0300
commit41c2d3a38e77b5a0db8ff9d8d3f49730355f554c (patch)
tree92a82ec8f17bf17a32a08af9cb2826e833ce097d /exampleSite/config.toml
parent9a7189c2a3f52792dfa5bbd96aaa7c8626ed457c (diff)
feat: add detection of the theme version and Hugo version (#173)
* feat: add detection of the theme version and Hugo version * fix: hugo.IsProduction is incompatible in Hugo v0.62.0
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6e6c5f0..43b67f4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -216,10 +216,12 @@ enableEmoji = true
enable = true
# Disqus Comment Config (https://disqus.com/)
[languages.en.params.comment.disqus]
+ enable = false
# Disqus shortname to use Disqus in posts
shortname = ""
# Gitalk Comment Config (https://github.com/gitalk/gitalk)
[languages.en.params.comment.gitalk]
+ enable = false
owner = ""
repo = ""
clientId = ""
@@ -436,10 +438,12 @@ enableEmoji = true
enable = true
# Disqus 评论系统设置 (https://disqus.com/)
[languages.zh-cn.params.comment.disqus]
+ enable = false
# Disqus 的 shortname,用来在文章中启用 Disqus 评论系统
shortname = ""
# Gitalk 评论系统设置 (https://github.com/gitalk/gitalk)
[languages.zh-cn.params.comment.gitalk]
+ enable = false
owner = ""
repo = ""
clientId = ""
@@ -691,7 +695,7 @@ enableEmoji = true
[params]
# LoveIt theme version
# LoveIt 主题版本
- version = "0.1.X"
+ version = "0.2.X"
# public git repo url only then enableGitInfo is true
# 公共 git 仓库路径,仅在 enableGitInfo 设为 true 时有效
gitRepo = "https://github.com/dillonzq/LoveIt"