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:14:50 +0300
committercoderzh <coderzh@gmail.com>2016-03-26 19:14:50 +0300
commit7ea8316d972dfd88184c586c72f0777b9d5dac14 (patch)
tree89a1b802cbbf56d991cc3563e16ade101de355b4
parentc920a4ba59de047a69ca0c0ed51617ec2817a051 (diff)
modify config.toml
-rw-r--r--exampleSite/config.toml15
1 files changed, 7 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 67a4856..6e2c9b3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,11 +1,10 @@
-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"
+pygmentsStyle = "default"
+pygmentsUseClasses = true
[Author]
Name = "coderzh"
@@ -27,12 +26,12 @@ RSSUri= "feed.xml"
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"