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 <pythonzh@qq.com>2016-03-26 18:03:07 +0300
committercoderzh <pythonzh@qq.com>2016-03-26 18:03:07 +0300
commitd4af332c05225227cdb31159972c0f91e954ac92 (patch)
tree1e7076a6f4e2bcec32aec40666a53ccd3a7d01b8
parent639bbc7fe67c027c6f6b85c8e781379c2d05f5b4 (diff)
Update README.md
-rw-r--r--README.md63
1 files changed, 63 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b79609..2c97d5a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,66 @@
# hugo-pacman-theme
Demo: http://coderzh.github.io/hugo-pacman-theme/
+
+## config.toml
+
+```
+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
+
+[Author]
+ Name = "coderzh"
+
+[Params]
+ AuthorHomepage = "http://blog.coderzh.com"
+ BottomIntroduce = "Introduce1 <br/> Introduce2"
+ Description = ""
+ Subtitle = "subtitle"
+ Weibo = "coderzh"
+ WeiboID = 1816308191
+ Twitter = "coderzh"
+ GitHub = "coderzh"
+ Facebook = "coderzh"
+ LinkIn = "coderzh"
+ Imglogo = "img/logo.svg"
+ AuthorImg = "img/author.jpg"
+ DateFormat = "2006年01月02日"
+ MonthFormat = "2006年01月"
+ FancyBox = true
+
+ [Params.DuoShuo]
+ ShortName = "coderzh"
+
+ #[Params.Disqus]
+ # ShortName = "coderzh"
+
+ [Params.GoogleAnalytics]
+ ID = "UA-10147768-2"
+
+ [Params.Strings]
+ Search = "搜索"
+ PageNotFound = "你访问的页面不存在"
+ ShowSideBar = "显示侧边栏"
+ HideSideBar = "隐藏侧边栏"
+ Categories = "分类"
+ Archive = "归档"
+ Tags = "标签"
+ TagCloud = "标签云"
+ Rss = "RSS 订阅"
+ TableOfContents = "文章目录"
+
+[Menu]
+ [[Menu.Main]]
+ Name = "首页"
+ URL = "/"
+ Weight = 1
+ [[Menu.Main]]
+ Name = "关于"
+ URL = "/about"
+ Weight = 2
+```