-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathhugo.yaml
More file actions
292 lines (236 loc) · 10.6 KB
/
hugo.yaml
File metadata and controls
292 lines (236 loc) · 10.6 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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
baseURL: http://localhost:9876/academy/
title: Layer5 Academy
# cSpell:ignore goldmark github hugo readingtime docsy subdir lastmod pygments linenos catmullrom norsk gu
# Language settings
contentDir: content
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
# Useful when translating.
enableMissingTranslationPlaceholders: true
enableRobotsTXT: true
# Will give values to .Lastmod etc.
enableGitInfo: false
# Comment out to disable taxonomies in Docsy
# disableKinds: [taxonomy]
# You can add your own taxonomies
taxonomies:
tag: tags
category: categories
# Highlighting config
pygmentsCodeFences: true
pygmentsUseClasses: false
# Use the new Chroma Go highlighter in Hugo.
pygmentsUseClassic: false
# pygmentsOptions: "linenos=table"
# See https://help.farbox.com/pygments.html
pygmentsStyle: tango
# Configure how URLs look like per section.
permalinks:
blog: /:section/:year/:month/:day/:slug/
# Image processing configuration.
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: smart
# Language configuration
languages:
en:
languageName: English
title: Layer5 Academy
params:
description: A Docsy example site
markup:
goldmark:
parser:
attribute:
block: true
renderer:
unsafe: true
highlight:
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
noClasses: false
style: github # Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax: true
# It configures Hugo to render both index.html(web page) and index.json(metadata) files for each section of your site.
outputs:
section: [HTML, JSON]
page: [HTML, JSON]
home: [HTML, JSON]
params:
# controls the type of build you are doing. Options are "development" and "production"
# use "production" when building academy to for production experience
# use "development" when building the site for local authoring experience.
build: "production"
taxonomy:
# set taxonomyCloud = [] to hide taxonomy clouds
taxonomyCloud: [tags, categories]
# If used, must have same length as taxonomyCloud
taxonomyCloudTitle: [Tags, Categories]
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
taxonomyPageHeader: [tags, categories]
privacy_policy: https://cloud.layer5.io/privacy
# First one is picked as the Twitter card image if not set on page.
# images: [images/project-illustration.png]
# Menu title if your navbar has a versions selector to access old versions of your site.
# This menu appears only if you have at least one [params.versions] set.
version_menu: Releases
# Flag used in the "version-banner" partial to decide whether to display a
# banner on every page indicating that this is an archived version of the docs.
# Set this flag to "true" if you want to display the banner.
archived_version: false
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version: 0.0
# Specify a value here if your content directory is not in your repo's root directory
# github_subdir: ""
# Uncomment this if your GitHub repo does not have "main" as the default branch,
# or specify a new value if you want to reference another branch in your GitHub links
github_branch: main
# Google Custom Search Engine ID. Remove or comment out to disable search.
# gcs_engine_id: d72aa9b2712488cc3
# Enable Lunr.js offline search
offlineSearch: true
# Enable syntax highlighting and copy buttons on code blocks with Prism
prism_syntax_highlighting: false
copyright:
authors: Layer5 Authors | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0) |
from_year: 2018
show_page_meta: false
# User interface configuration
ui:
process: false
# Set to true to disable breadcrumb navigation.
breadcrumb_disable: false
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
navbar_logo: true
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
navbar_translucent_over_cover_disable: false
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact: true
# ul_show: 1
sidebar_menu_foldable: 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: false
show_page_meta: false
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
# add "hide_feedback: true" to the page's front matter.
feedback:
enable: false
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
'yes': >-
Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.
'no': >-
Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.
# Adds a reading time to the top of each doc.
# If you want this feature, but occasionally need to remove the Reading time from a single page,
# add "hide_readingtime: true" to the page's front matter
readingtime:
enable: false
links:
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
module:
# Uncomment the next line to build and serve using local docsy clone declared in the named Hugo workspace:
# workspace: docsy.work
hugoVersion:
extended: true
min: 0.146.0
imports:
- path: github.com/layer5io/academy-theme
disable: false
mounts:
- source: layouts
target: layouts
disableWatch: false
- source: assets
target: assets
disableWatch: false
- source: static
target: static
disableWatch: false
- path: github.com/layer5io/layer5-academy
disable: false
mounts:
- source: content/learning-paths/d011fd20-a3f5-4480-883b-dfb34321d168
target: content/learning-paths/d011fd20-a3f5-4480-883b-dfb34321d168
disableWatch: false
- source: content/certifications/d011fd20-a3f5-4480-883b-dfb34321d168
target: content/certifications/d011fd20-a3f5-4480-883b-dfb34321d168
disableWatch: false
- source: content/challenges/d011fd20-a3f5-4480-883b-dfb34321d168
target: content/challenges/d011fd20-a3f5-4480-883b-dfb34321d168
disableWatch: false
- source: layouts/shortcodes/d011fd20-a3f5-4480-883b-dfb34321d168
target: layouts/shortcodes/d011fd20-a3f5-4480-883b-dfb34321d168
disableWatch: false
- source: static/d011fd20-a3f5-4480-883b-dfb34321d168
target: static/d011fd20-a3f5-4480-883b-dfb34321d168
disableWatch: false
- path: github.com/layer5io/exoscale-academy
disable: false
mounts:
- source: content/learning-paths/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
target: content/learning-paths/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
disableWatch: false
- source: content/certifications/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
target: content/certifications/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
disableWatch: false
- source: content/challenges/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
target: content/challenges/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
disableWatch: false
- source: layouts/shortcodes/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
target: layouts/shortcodes/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
disableWatch: false
- source: static/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
target: static/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
disableWatch: false
- path: github.com/meshery-extensions/meshery-academy
disable: false
mounts:
- source: content/learning-paths/c5ada327-8a58-4c8a-b9fa-51b95696488c
target: content/learning-paths/c5ada327-8a58-4c8a-b9fa-51b95696488c
disableWatch: false
- source: content/certifications/c5ada327-8a58-4c8a-b9fa-51b95696488c
target: content/certifications/c5ada327-8a58-4c8a-b9fa-51b95696488c
disableWatch: false
- source: content/challenges/c5ada327-8a58-4c8a-b9fa-51b95696488c
target: content/challenges/c5ada327-8a58-4c8a-b9fa-51b95696488c
disableWatch: false
- source: layouts/shortcodes/c5ada327-8a58-4c8a-b9fa-51b95696488c
target: layouts/shortcodes/c5ada327-8a58-4c8a-b9fa-51b95696488c
disableWatch: false
- source: static/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
target: static/1e2a8e46-937c-47ea-ab43-5716e3bcab2e
disableWatch: false
- path: github.com/layer5io/digitalocean-academy
disable: false
mounts:
- source: content/learning-paths/3e2f9c82-1a4c-4781-adf9-99ec22cd994e
target: content/learning-paths/3e2f9c82-1a4c-4781-adf9-99ec22cd994e
disableWatch: false
- source: content/certifications/3e2f9c82-1a4c-4781-adf9-99ec22cd994e
target: content/certifications/3e2f9c82-1a4c-4781-adf9-99ec22cd994e
disableWatch: false
- source: content/challenges/3e2f9c82-1a4c-4781-adf9-99ec22cd994e
target: content/challenges/3e2f9c82-1a4c-4781-adf9-99ec22cd994e
disableWatch: false
- source: layouts/shortcodes/3e2f9c82-1a4c-4781-adf9-99ec22cd994e
target: layouts/shortcodes/3e2f9c82-1a4c-4781-adf9-99ec22cd994e
disableWatch: false
- source: static/3e2f9c82-1a4c-4781-adf9-99ec22cd994e
target: static/3e2f9c82-1a4c-4781-adf9-99ec22cd994e
disableWatch: false
- path: github.com/aabidsofi19/aabids-academy
disable: true
mounts:
- source: content/learning-paths/27e21312-1e0c-4b2b-a045-95fcde425f09
target: content/learning-paths/27e21312-1e0c-4b2b-a045-95fcde425f09
disableWatch: false
- source: layouts/shortcodes/27e21312-1e0c-4b2b-a045-95fcde425f09
target: layouts/shortcodes/27e21312-1e0c-4b2b-a045-95fcde425f09
disableWatch: false
- source: static/27e21312-1e0c-4b2b-a045-95fcde425f09
target: static/27e21312-1e0c-4b2b-a045-95fcde425f09
disableWatch: false