-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
42 lines (36 loc) · 982 Bytes
/
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
baseURL = "https://mirror.bit.edu.cn/"
languageCode = "zh-CN"
title = "北京理工大学 开源软件镜像服务"
theme = "bitnp-mirror"
disableKinds=["sitemap"]
hasCJKLanguage = true
[params]
briefTitle = "北理工开源软件镜像"
feedbackLink = "https://github.com/bitnp/issues/"
newMirrorLink = "https://github.com/BITNP/issues/issues/new?labels=enhancement%2C+mirror.bitnp.net&template=-mirror-repo---------.md&title=[mirror%2Frepo]"
gitLink = "https://github.com/bitnp/bitnp-mirrors-web/"
statusJSON = "/status/jobs.json"
[permalinks]
help = "/help/:filename/"
news = "/news/:filename/"
[taxonomies]
category = "categories" # only for mirror
[menu]
[[menu.main]]
identifier = "help"
name = "帮助文档"
title = ""
url = "/help/"
weight = 10
[[menu.main]]
identifier = "status"
name = "服务状态"
title = ""
url = "/status/"
weight = 20
[[menu.secondary]]
identifier = "bitnp-homepage"
name = "网协主页"
title = ""
url = "https://www.bitnp.net/"
weight = 10