From d4af332c05225227cdb31159972c0f91e954ac92 Mon Sep 17 00:00:00 2001 From: coderzh Date: Sat, 26 Mar 2016 23:03:07 +0800 Subject: Update README.md --- README.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) 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
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 +``` -- cgit v1.2.3