forked from kyverno/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
100 lines (77 loc) · 2.35 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
baseURL = "/"
languageCode = "en-us"
title = "Kyverno"
# theme = ["docsy"]
description = "Kyverno is a policy engine designed for Kubernetes"
Paginate = 20
enableRobotsTXT = true
# Will give values to .Lastmod etc.
enableGitInfo = true
# Language settings
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
# Useful when translating.
enableMissingTranslationPlaceholders = true
disableKinds = ["taxonomy", "taxonomyTerm"]
ignoreFiles = [ "^OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$"]
timeout = 3000
# Norwegian ("no") is sometimes but not currently used for testing.
# Hindi is disabled because it's currently in development.
disableLanguages = ["hi", "no"]
[frontmatter]
date = ["date", ":filename", "publishDate", "lastmod"]
# Configure how URLs look like per section.
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
# Image processing configuration.
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
# First one is picked as the Twitter card image if not set on page.
# images = ["images/project-illustration.png"]
[services]
[services.googleAnalytics]
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
id = ""
[outputs]
home = ["HTML","RSS","JSON"]
# Add your release versions here
[[params.versions]]
version = "v1.8.0"
url = "https://kyverno.io"
[[params.versions]]
version = "v1.7.0"
url = "https://release-1-7-0.kyverno.io"
[[params.versions]]
version = "v1.6.0"
url = "https://release-1-6-0.kyverno.io"
[[params.versions]]
version = "v1.5.0"
url = "https://release-1-5-0.kyverno.io"
[[params.versions]]
version = "v1.4.3"
url = "https://release-1-4-3.kyverno.io"
[[params.versions]]
version = "v1.4.2"
url = "https://release-1-4-2.kyverno.io"
[[params.versions]]
version = "v1.4.1"
url = "https://release-1-4-1.kyverno.io"
[[params.versions]]
version = "main"
url = "https://main.kyverno.io"
# register docsytheme as hugo module
[module]
# uncomment line below for temporary local development of module
# replacements = "github.com/google/docsy -> ../../docsy"
[module.hugoVersion]
extended = true
min = "0.75.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false