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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 15 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3ca902c..abfcb75 100644
--- a/README.md
+++ b/README.md
@@ -5,18 +5,25 @@ Demo: http://coderzh.github.io/hugo-pacman-theme/
## config.toml
```toml
-BaseURL = "http://coderzh.github.io/"
+BaseURL = "http://coderzh.github.io/hugo-pacman-theme/"
LanguageCode = "zh-CN"
HasCJKLanguage = true
Title = "Hugo PacMan Theme Demo"
Theme = "hugo-pacman-theme"
pygmentsStyle = "default"
pygmentsUseClasses = true
-RSSUri = "feed.xml"
[Author]
Name = "coderzh"
+[outputs]
+ home = [ "RSS", "HTML" ]
+
+[outputFormats]
+ [outputFormats.RSS]
+ mediatype = "application/rss"
+ baseName = "feed"
+
[Params]
AuthorHomepage = "http://blog.coderzh.com"
BottomIntroduce = "Introduce1 <br/> Introduce2"
@@ -33,9 +40,12 @@ RSSUri = "feed.xml"
DateFormat = "2006年01月02日"
MonthFormat = "2006年01月"
FancyBox = true
- # DuoShuoShortName = "coderzh"
- DisqusShortName = "coderzh"
- GoogleAnalyticsID = "UA-10147768-2"
+
+ [Params.GoogleAnalytics]
+ ID = "UA-10147768-2"
+
+ [Params.Disqus]
+ ShortName = "coderzh"
[Params.Strings]
Search = "搜索"