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>2018-03-30 18:09:54 +0300
committercoderzh <coderzh@gmail.com>2018-03-30 18:09:54 +0300
commiteda9c351a538558f42a0b086a9320c99dd98e579 (patch)
tree4a5f6be61b590d6fa04e3a9f2ac17c0ef332a346
parent1604409a72ca7494c3847ebfe138a121fd03d007 (diff)
update 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 = "搜索"