From 920361b9586ab03ea7f45d4004c42e8f5e9445a4 Mon Sep 17 00:00:00 2001 From: nodejh Date: Sun, 22 Jan 2017 15:51:41 +0800 Subject: [PATCH] update config.toml --- README.md | 2 +- exampleSite/.gitignore | 2 -- theme.toml | 8 ++++---- 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 exampleSite/.gitignore diff --git a/README.md b/README.md index b135dfe..494a636 100644 --- a/README.md +++ b/README.md @@ -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). -## 百度统计 +## 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). diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore deleted file mode 100644 index de19fe8..0000000 --- a/exampleSite/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -public/ -themes \ No newline at end of file diff --git a/theme.toml b/theme.toml index bb34705..4f2581c 100644 --- a/theme.toml +++ b/theme.toml @@ -1,10 +1,10 @@ -name = "Simple" +name = "Cactus Plus" 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." homepage = "https://github.com/nodejh/hugo-theme-simple" -tags = ["blog", "disqus", "duoshuo", "google analytics", "rss", "syntax highlighting", "tags", "categories"] -features = ["disqus", "duoshuo", "google analytics", "rss", "syntax highlighting", "blog", "pagination", "sharing options", "tags", "categories"] +tags = ["blog", "disqus", "duoshuo", "google analytics", "baidu tongji", "rss", "syntax highlighting", "tags", "categories"] +features = ["blog", "disqus", "duoshuo", "google analytics", "baidu tongji", "rss", "syntax highlighting", "tags", "categories"] min_version = 0.10 [author]