-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
68 lines (59 loc) · 1.44 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
BaseURL = "https://swift.gg"
LanguageCode = "zh-CN"
HasCJKLanguage = true
Title = "SwiftGG"
Theme = "hugo-pacman-theme"
pygmentsStyle = "default"
pygmentsUseClasses = true
[Author]
Name = "SwiftGG"
[outputs]
home = [ "RSS", "HTML" ]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"
[Params]
AuthorHomepage = "https://swift.gg"
BottomIntroduce = ""
Description = "SwiftGG翻译组,做高质量的Swift文章翻译,为你带来优质的国外Swift语言教程"
Subtitle = "走心的 Swift 翻译组"
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.GoogleAnalytics]
ID = "UA-10147768-2"
[Params.Disqus]
ShortName = "coderzh"
[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
[[Menu.Main]]
Name = "统计"
URL = "/stat"
Weight = 3