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

github.com/coderzh/hugo-pacman-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryyBeta <up9288yy@gmail.com>2017-04-26 14:58:48 +0300
committercoderzh <pythonzh@qq.com>2017-05-07 13:22:08 +0300
commit8a8c4a79065cfa9ecf1f5427ba06e49bcc7105df (patch)
tree41298f9bb69971ee943ec51ac3f8467ba6709b4b /exampleSite
parent65044685b88e732a9837e9591fd2e2f726a0955f (diff)
fix 'isset not supported for some params' problem under new version hugo
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml12
1 files changed, 3 insertions, 9 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4c99dd2..81529e4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -26,15 +26,9 @@ RSSUri = "feed.xml"
DateFormat = "2006年01月02日"
MonthFormat = "2006年01月"
FancyBox = true
-
- #[Params.DuoShuo]
- # ShortName = "coderzh"
-
- [Params.Disqus]
- ShortName = "coderzh"
-
- [Params.GoogleAnalytics]
- ID = "UA-10147768-2"
+ # DuoShuoShortName = "coderzh"
+ DisqusShortName = "coderzh"
+ GoogleAnalyticsID = "UA-10147768-2"
[Params.Strings]
Search = "搜索"