update config.toml

feature/cover-image
nodejh 8 years ago
parent 2cc35ab2a1
commit 920361b958

@ -63,7 +63,7 @@ Just set both `enableDisqus = false` and `enableDuoshuo = false` if you want to
This theme use Google Analytics defalut. If you want to disable Google Analytics, just set `enableGoogleAnalytics = false` in [`config.toml`](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/exampleSite/config.toml). This theme use Google Analytics defalut. If you want to disable Google Analytics, just set `enableGoogleAnalytics = false` in [`config.toml`](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/exampleSite/config.toml).
## 百度统计 ## Baidu Tongji
This theme alse features Baidu Tongji for Chinese users. To use Baidu Tongji you should set `enableBaiduAnalytics = true` and set `baiduAnalytics` to your `Baidu Tongji Code` which looks like `39843ea392201290bd6f76173d2e0000` in [`config.toml`](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/exampleSite/config.toml). This theme alse features Baidu Tongji for Chinese users. To use Baidu Tongji you should set `enableBaiduAnalytics = true` and set `baiduAnalytics` to your `Baidu Tongji Code` which looks like `39843ea392201290bd6f76173d2e0000` in [`config.toml`](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/exampleSite/config.toml).

@ -1,2 +0,0 @@
public/
themes

@ -1,10 +1,10 @@
name = "Simple" name = "Cactus Plus"
license = "MIT" license = "MIT"
licenselink = "https://github.com/nodejh/hugo-theme-simple/blob/master/License.md" licenselink = "https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/License.md"
description = "A minimalistic and responsive theme for bloggers." description = "A minimalistic and responsive theme for bloggers."
homepage = "https://github.com/nodejh/hugo-theme-simple" homepage = "https://github.com/nodejh/hugo-theme-simple"
tags = ["blog", "disqus", "duoshuo", "google analytics", "rss", "syntax highlighting", "tags", "categories"] tags = ["blog", "disqus", "duoshuo", "google analytics", "baidu tongji", "rss", "syntax highlighting", "tags", "categories"]
features = ["disqus", "duoshuo", "google analytics", "rss", "syntax highlighting", "blog", "pagination", "sharing options", "tags", "categories"] features = ["blog", "disqus", "duoshuo", "google analytics", "baidu tongji", "rss", "syntax highlighting", "tags", "categories"]
min_version = 0.10 min_version = 0.10
[author] [author]

Loading…
Cancel
Save