forked from jenkins-zh/jenkins-zh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
107 lines (92 loc) · 2.22 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
baseURL = "https://jenkins-zh.cn"
languageCode = "zh-CN"
defaultContentLanguage = "zh"
title = "Jenkins 中文社区"
theme = "hugo-jenkins-theme"
disablePathToLower = true
googleAnalytics = "UA-4216293-5"
[[menu.global]]
name = "博客"
weight = 100
identifier = "wechat"
url = "/wechat/"
[[menu.global]]
name = "教程"
weight = 200
identifier = "tutorial"
url = "/tutorial/"
[[menu.global]]
name = "活动"
weight = 300
identifier = "event"
url = "/event/"
[[menu.global]]
name = "合作伙伴"
weight = 400
identifier = "partner"
url = "/partner/"
[[menu.global]]
name = "关于我们"
weight = 900
identifier = "about"
url = "/about/"
[[menu.global]]
name = "Jenkins 官网"
weight = 4100
identifier = "jenkins"
# pre = "<i class='fa fa-heart'></i>"
post = "external"
# post = "<span class='alert'>New!</span>"
# target = "_blank"
url = "http://jenkins.io/zh"
[[menu.tutorial]]
name = "scm"
post = "代码管理"
[[menu.tutorial]]
name = "management"
post = "管理"
[[menu.tutorial]]
name = "notify"
post = "消息通知"
[[menu.tutorial]]
name = "pipeline"
post = "流水线"
[[menu.tutorial]]
name = "plugin-dev"
post = "插件开发"
[[menu.tutorial]]
name = "api"
post = "API"
[[menu.tutorial]]
name = "best-practice"
post = "最佳实践"
[outputs]
home = [ "HTML", "RSS", "JSON" ]
section = [ "HTML", "RSS"]
[related]
threshold = 80
includeNewer = true
toLower = false
[[related.indices]]
name = "keywords"
weight = 100
[[related.indices]]
name = "date"
weight = 10
pattern = "2006"
[params]
## Gh repo for site footer (include trailing slash)
ghrepo = "https://github.com/jenkins-zh/jenkins-zh/"
## GH Repo for filing a new issue
github_repo = "https://github.com/jenkins-zh/jenkins-zh/issues/new"
ghdocsrepo = "https://github.com/jenkins-zh/jenkins-zh/tree/master"
github_contributors_link = "https://github.com/jenkins-zh/jenkins-zh/graphs/contributors"
github_contributors = "Jenkins 社区贡献者"
welcome = "共建开放、包容、活跃的 Jenkins 社区"
#env = "production"
[params.comments.utterances]
enable = true
issueTerm = "pathname"
[params.comments.utterances.github]
username = "linuxsuren"
repository = "jenkins-zh/jenkins-zh.github.io"