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 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml43
1 files changed, 43 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..0de0342
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,43 @@
+BaseURL = "http://pacman.coderzh.com"
+LanguageCode = "zh-CN"
+HasCJKLanguage = true
+Title = "Hugo PacMan Theme Demo"
+Theme = "hugo-pacman-theme"
+
+[Params]
+ Author = "coderzh"
+ 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.Strings]
+ ShowSideBar = "显示侧边栏"
+ HideSideBar = "隐藏侧边栏"
+ Categories = "分类"
+ Archive = "归档"
+ Tags = "标签"
+ TagCloud = "标签云"
+ Rss = "RSS 订阅"
+ TableOfContents = "文章目录"
+
+[Menu]
+ [[Menu.Main]]
+ Name = "首页"
+ URL = "/"
+ Weight = 1
+ [[Menu.Main]]
+ Name = "关于"
+ URL = "/about"
+ Weight = 2