forked from jenkins-zh/jenkins-zh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
71 lines (59 loc) · 1.58 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
baseURL = "https://jenkins-zh.github.io/"
languageCode = "zh-CN"
defaultContentLanguage = "zh"
title = "Jenkins 中文社区"
theme = "hugo-jenkins-theme"
googleAnalytics = "UA-4216293-5"
[[menu.global]]
name = "微信"
weight = 100
identifier = "wechat"
url = "/wechat/"
[[menu.global]]
name = "活动"
weight = 200
identifier = "event"
url = "/event/"
[[menu.global]]
name = "关于我们"
weight = 300
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"
[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 社区"
[params.comments.utterances]
enable = true
issueTerm = "pathname"
[params.comments.utterances.github]
username = "linuxsuren"
repository = "jenkins-zh/jenkins-zh.github.io"