This repository was archived by the owner on Feb 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
72 lines (67 loc) · 1.54 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
baseURL = "/"
theme = "gatekeeper"
DefaultContentLanguage = "en"
enableRobotsTXT = true
defaultContentLanguageInSubdir = true
title = "Gatekeeper"
publishDir = "docs"
[params]
images = ["/img/social-preview.png"]
[taxonomies]
blog_categories = "blog/categories"
[languages]
[languages.en]
languageName = "English"
weight = 1
[[languages.en.menu.main]]
id = "Support"
name = "Support"
weight = 4
[[languages.en.menu.main]]
id = "Documentation"
name = "Documentation"
parent = "Support"
url = "https://docs.gatekeeper.page"
[[languages.en.menu.main]]
id = "Community Chat"
name = "Community Chat"
parent = "Support"
url = "https://getgatekeeper.zulipchat.com/"
[[languages.en.menu.main]]
id = "Community"
name = "Community"
weight = 5
[[languages.en.menu.main]]
id = "Code"
name = "Code on GitHub"
parent = "Community"
url = "https://github.com/GetGatekeeper/Server"
[[languages.en.menu.main]]
id = "Bug"
name = "Report a bug"
parent = "Community"
url = "https://github.com/GetGatekeeper/Server/issues"
[languages.de]
languageName = "Deutsch"
weight = 2
[[menu.main]]
identifier = "Community"
weight = 4
[[menu.main]]
identifier = "Code"
parent = "Community"
weight = 2
[[menu.main]]
identifier = "Bug"
parent = "Community"
weight = 3
[related]
threshold = 80
includeNewer = false
toLower = false
[[related.indices]]
name = "blog/categories"
weight = 100
[[related.indices]]
name = "date"
weight = 10