-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathhugo.yaml
More file actions
247 lines (235 loc) · 7.04 KB
/
hugo.yaml
File metadata and controls
247 lines (235 loc) · 7.04 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
baseURL: /
title: Cozystack
enableRobotsTXT: true
enableEmoji: true
# Blog taxonomies: two independent axes used by the blog filter UI.
# article_types: release, case, how-to, tech-article, news
# topics: platform, postgresql, kubernetes, cilium, talos, opensearch,
# kubevirt, networking, storage, security, events, community, gpu
# Hugo will generate list pages at /article-types/<slug>/ and /topics/<slug>/.
taxonomies:
# Hugo defaults (preserved so nothing breaks if anyone uses them later):
tag: tags
category: categories
# Blog-specific axes used by the filter UI:
article_type: article_types
topic: topics
# Language configuration
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: true
# Provide .LastMod values
enableGitInfo: true
module:
proxy: direct
hugoVersion:
extended: true
imports:
- path: github.com/google/docsy
disable: false
mounts:
# Mount Docsy's SCSS into a subdirectory so we can import it in our main.scss
- source: assets/scss
target: assets/scss/docsy
# Mount other Docsy assets (but they will be overridden by local mounts later)
- source: assets/icons
target: assets/icons
- source: assets/js
target: assets/js
- source: assets/json
target: assets/json
- source: assets/_vendor
target: assets/_vendor
- source: assets/stubs
target: assets/stubs
# Mount Docsy's other directories
- source: layouts
target: layouts
- source: static
target: static
- source: i18n
target: i18n
- source: data
target: data
- source: archetypes
target: archetypes
- path: github.com/google/docsy/dependencies
disable: false
- path: github.com/mfg92/hugo-shortcode-gallery
disable: false
mounts:
# Mount local content
# Note: `next/` is the permanent trunk for unreleased docs. It is mounted here
# (visible in local dev and Netlify deploy previews) and excluded from
# production builds via `config/production/hugo.yaml`.
- source: content/en
target: content
files:
- '! **/_include/*'
# Mount npm dependencies for Docsy
- source: node_modules/bootstrap
target: assets/vendor/bootstrap
- source: node_modules/@fortawesome/fontawesome-free
target: assets/vendor/Font-Awesome
- source: node_modules/@fortawesome/fontawesome-free/webfonts
target: static/webfonts
# Mount local assets, layouts, static (these override Docsy files)
- source: assets
target: assets
- source: layouts
target: layouts
- source: static
target: static
- source: i18n
target: i18n
- source: data
target: data
# Markup settings
# Ref: https://gohugo.io/getting-started/configuration-markup#goldmark
markup:
goldmark:
renderer:
unsafe: true
highlight:
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style: friendly
parser:
autoHeadingID: true
autoHeadingIDType: github
languages:
en:
params:
languageName: English
languageCode: en
time_format_default: 2006-01-02
time_format_blog: 2006-01-02
permalinks:
blog: /:section/:year/:month/:slug/
params:
description: Free Cloud Platform based on Kubernetes
copyright: Cozystack a Series of LF Projects, LLC
ahrefsAnalytics: sEZ/gu88M21DndmPulYRFw
github_repo: https://github.com/cozystack/website
github_branch: main
github_project_repo: https://github.com/cozystack/cozystack
slack: https://cloud-native.slack.com/messages/cozystack
support: /support
images: [img/cozystack-social.png]
# Enable Algolia DocSearch
search:
algolia: {}
offlineSearch: false
version_menu: "Versions"
version_menu_pagelinks: true
latest_version_id: "v1.3"
versions:
- version: "v1.3"
url: "/docs/v1.3/"
id: "v1.3"
order: 5
- version: "next"
url: "/docs/next/"
id: "next"
order: 999
hidden: true
- version: "v1.2"
url: "/docs/v1.2/"
id: "v1.2"
order: 4
- version: "v1.1"
url: "/docs/v1.1/"
id: "v1.1"
order: 3
- version: "v1.0"
url: "/docs/v1.0/"
id: "v1.0"
order: 2
- version: "v0"
url: "/docs/v0/"
id: "v0"
order: 1
logos:
# navbar: flux-horizontal-white.png
# hero: flux-horizontal-color.png
# footer: flux-stacked-white.png
cncf: cncf-color.svg
ui:
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact: true
sidebar_menu_foldable: true
sidebar_menu_truncate: 1000
# Set to true to disable breadcrumb navigation.
breadcrumb_disable: false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable: true
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo: true
# Set to false to disable the About link in the site footer
footer_about_enable: true
readingtime:
enable: false
markmap:
enable: true
links:
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
user:
- name: Twitter
url: https://twitter.com/aenix_io
icon: fab fa-twitter
desc: Follow us on Twitter to get the latest news!
- name: LinkedIn
url: https://www.linkedin.com/company/aenix-io
icon: fab fa-linkedin
desc: Join the Flux Community group on LinkedIn!
- name: RSS Feed
url: /blog/index.xml
icon: fa fa-rss
desc: Subscribe to the RSS feed of our blog!
- name: Support
url: https://cozystack.io/support/
icon: fas fa-comments
desc: Get enterprise-grade support.
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
developer:
- name: Cozystack project on GitHub
url: https://github.com/cozystack/cozystack
icon: fab fa-github
desc: Development takes place here!
- name: Slack
url: https://kubernetes.slack.com/messages/cozystack
icon: fab fa-slack
desc: Chat with other project developers
- name: Telegram
url: https://t.me/cozystack/
icon: fab fa-telegram
desc: Chat with other project developers
menus:
main:
- name: OSS Health
identifier: oss-health
weight: 35
- name: Telemetry
url: /oss-health/telemetry/
parent: oss-health
weight: 1
- name: DevStats
url: /oss-health/devstats/
parent: oss-health
weight: 2
- name: OpenSSF
url: /oss-health/openssf/
parent: oss-health
weight: 3
- name: OSS Insight
url: /oss-health/oss-insight/
parent: oss-health
weight: 4
- name: Enterprise support
url: /support
weight: 5
- name: GitHub
url: https://github.com/cozystack/cozystack
weight: 10
services:
googleAnalytics:
ID: G-7EH3PFQ5QR