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:
authorcoderzh <coderzh@gmail.com>2016-03-26 19:20:19 +0300
committercoderzh <coderzh@gmail.com>2016-03-26 19:20:19 +0300
commit422fe2051eabedd89b65d967fd45de73347068bc (patch)
treed2c1bcc4467a4f76fae57b048eab9fd529acf2b8
parenta466722da4d6035cac267041674d708ff9f4ed95 (diff)
modify readme, disqus default
-rw-r--r--README.md11
-rw-r--r--exampleSite/config.toml2
2 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 830fd25..545fd5b 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,14 @@ Demo: http://coderzh.github.io/hugo-pacman-theme/
## config.toml
```
-BaseURL = "http://coderzh.github.io/hugo-pacman-theme/"
+BaseURL = "http://coderzh.github.io/"
LanguageCode = "zh-CN"
HasCJKLanguage = true
Title = "Hugo PacMan Theme Demo"
Theme = "hugo-pacman-theme"
pygmentsStyle = "default"
pygmentsUseClasses = true
+RSSUri = "feed.xml"
[Author]
Name = "coderzh"
@@ -33,12 +34,12 @@ pygmentsUseClasses = true
MonthFormat = "2006年01月"
FancyBox = true
- [Params.DuoShuo]
- ShortName = "coderzh"
-
- #[Params.Disqus]
+ #[Params.DuoShuo]
# ShortName = "coderzh"
+ [Params.Disqus]
+ ShortName = "coderzh"
+
[Params.GoogleAnalytics]
ID = "UA-10147768-2"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2a115c2..4c99dd2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,7 +5,7 @@ Title = "Hugo PacMan Theme Demo"
Theme = "hugo-pacman-theme"
pygmentsStyle = "default"
pygmentsUseClasses = true
-RSSUri= "feed.xml"
+RSSUri = "feed.xml"
[Author]
Name = "coderzh"