-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathconfig.toml
86 lines (71 loc) · 1.73 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
baseURL = ""
languageCode = "en-us"
title = "Kubewarden"
theme = "projects-theme"
pluralizeListTitles = false
enableRobotsTXT = true
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
enableGitInfo = true
googleAnalytics = 'G-PSW07XK7TM'
[blackfriday]
fractions = false
#hrefTargetBlank = true
[outputFormats.Algolia]
baseName = "algolia"
isPlaintext = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]
[params]
github = "https://github.com/kubewarden"
[outputs]
home = ["HTML", "RSS"]
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
[menu]
[[menu.main]]
identifier = "hub"
name = "Policies"
url = "https://artifacthub.io/packages/search?kind=13&sort=relevance&page=1"
weight = -130
[[menu.main]]
identifier = "charts"
name = "Helm Charts"
url = "https://charts.kubewarden.io/"
weight = -120
[[menu.main]]
identifier = "docs"
name = "Docs"
url = "https://docs.kubewarden.io/"
weight = -110
[[menu.main]]
identifier = "slack"
name = "Slack"
url = "https://kubernetes.slack.com/?redir=%2Fmessages%2Fkubewarden"
weight = -90
[[menu.main]]
identifier = "bluesky"
name = "Bluesky"
url = "https://bsky.app/profile/kubewarden.io"
weight = -85
[[menu.main]]
identifier = "mastodon"
name = "Mastodon"
url = "https://hachyderm.io/@kubewarden"
weight = -80
[menu.main.params]
rel = 'me'
[[menu.main]]
identifier = "community"
name = "Community"
url = "/#get-in-touch"
weight = -70
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/blog"
weight = -60