-
Notifications
You must be signed in to change notification settings - Fork 44
/
config.toml
executable file
·396 lines (317 loc) · 8.62 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
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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
######################## default configuration ####################
baseURL = "https://modernapps.ninja/"
title = "ModernApps Learning by VMware Tanzu Home"
theme = "educenter-hugo"
# themesDir = "../.."
# post pagination
paginate = "6"
# post excerpt
summaryLength = "10"
# disqus short name
disqusShortname = "modernappsninja" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = ["fr"] # desable language from here
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/animate/animate.css"
[[params.plugins.css]]
link = "plugins/venobox/venobox.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
# JS Plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/venobox/venobox.min.js"
[[params.plugins.js]]
link = "plugins/filterizr/jquery.filterizr.min.js"
[[params.plugins.js]]
link = "plugins/google-map/gmap.js"
#################### default parameters ################################
[params]
logo = "images/logo.png"
footerlogo = "images/footerlogo.png"
# Meta data
description = "Free Courses with an Active Expert Community powered by VMware Tanzu"
author = "ModernApps Ninja"
# contact info
# address = "9567 Turner Trace Apt. BC C3G8A4"
# mobile = "+211234565523"
email = "[email protected]"
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io
# Google Analitycs
# google_analitycs_id = "" # your id
# top header
top_header = false
# Preloader
[params.preloader]
enable = false
preloader = "images/preloader.gif" # use jpg, png, svg or gif format.
# Subscription
[params.subscription]
enable = false
# mailchimp subsciption
# mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
# mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
# google map
[params.map]
enable = false
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png" # marker size 37*55 px
# cookies
[params.cookies]
enable = true
expire_days = 2
############################# social site ########################
[[params.social]]
title = "facebook"
icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
link = "https://www.facebook.com/vmwaretanzu/"
[[params.social]]
title = "twitter"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "https://twitter.com/modernappsninja"
[[params.social]]
title = "instagram"
icon = "ti-instagram" # themify icon : https://themify.me/themify-icons
link = "https://www.instagram.com/vmware/"
[[params.social]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "https://github.com/modernappsninja/"
[[params.social]]
title = "linkedin"
icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons
link = "https://www.linkedin.com/company/vmware-tanzu/"
################################### English language #####################################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"
# copyright
copyright = "Copyright © 2021 VMware"
################### English navigation ####################
# main menu
[[Languages.en.menu.main]]
name = "Labs"
url = "about/labs"
weight = 1
[[Languages.en.menu.main]]
name = "courses"
url = "course"
weight = 5
[[Languages.en.menu.main]]
name = "tutorials"
url = "blog"
weight = 10
[[Languages.en.menu.main]]
name = "guides"
identifier = "guides"
weight = 12
[[Languages.en.menu.main]]
parent = "guides"
name = "Tanzu at VMworld 2021 Guide"
URL = "https://modernapps.ninja/tanzu-at-vmworld2021/docs/"
weight = 1205
[[Languages.en.menu.main]]
parent = "guides"
name = "VMware Certified Professional - Application Modernization Study Guide"
URL = "https://modernapps.ninja/vcpamstudyguide_am6615/docs/"
weight = 1210
[[Languages.en.menu.main]]
parent = "guides"
name = "Certified Kubernetes Administrator Study Guide"
URL = "https://modernapps.ninja/ckastudyguide_sg2378/docs/"
weight = 1220
[[Languages.en.menu.main]]
parent = "guides"
name = "Tanzu Glossary"
URL = "https://modernapps.ninja/tanzuglossary_tg7721/docs/"
weight = 1230
[[Languages.en.menu.main]]
parent = "guides"
name = "Tanzu Standard Getting Started Guide"
URL = "https://modernapps.ninja/tanzustandardgettingstarted_ts5887/docs/"
weight = 1215
[[Languages.en.menu.main]]
parent = "guides"
name = "Editing with VSCode"
URL = "https://modernapps.ninja/editingwithvscode_pd1400/docs/localdevelopment/"
weight = 1225
[[Languages.en.menu.main]]
name = "events"
url = "event"
weight = 13
[[Languages.en.menu.main]]
name = "Learn More"
identifier = "Learn More"
weight = 15
#[[Languages.en.menu.main]]
#parent = "Learn More"
#name = "Kubernetes and Spring Workshops"
#URL = "https://tanzu.vmware.com/developer/workshops/"
#weight = 1515
[[Languages.en.menu.main]]
parent = "Learn More"
name = "vSphere with Tanzu Tech Zone"
URL = "https://core.vmware.com/tanzu"
weight = 1525
[[Languages.en.menu.main]]
parent = "Learn More"
name = "Kubernetes Courses"
URL = "https://kube.academy/courses"
weight = 1520
[[Languages.en.menu.main]]
parent = "Learn More"
name = "Tanzu Documentation"
URL = "https://docs.vmware.com/en/VMware-Tanzu/index.html"
weight = 1590
[[Languages.en.menu.main]]
parent = "Learn More"
name = "ModernApps Github Homepage"
URL = "https://github.com/modernappsninja/modernappsninja.github.io/"
weight = 1585
[[Languages.en.menu.main]]
parent = "Learn More"
name = "About"
URL = "./about"
weight = 2522
#[[Languages.en.menu.main]]
#parent = "Learn More"
#name = "Tutorials from the vExpert commnunity"
#URL = "./blog"
#weight = 1510
#[[Languages.en.menu.main]]
#parent = "Learn More"
#name = "Labs"
#URL = "about/labs"
#weight = 3007
#[[Languages.en.menu.main]]
#weight = 3
#name = "Pages"
#hasChildren = true
# [[Languages.en.menu.main]]
# parent = "Pages"
# name = "teacher"
# url = "teacher"
# [[Languages.en.menu.main]]
# parent = "Pages"
# name = "notice"
# url = "notice"
# [[Languages.en.menu.main]]
# parent = "Pages"
# name = "event"
# url = "event"
# [[Languages.en.menu.main]]
# parent = "Pages"
# name = "scholarship"
# url = "scholarship"
# [[Languages.en.menu.main]]
# parent = "Pages"
# name = "research"
# url = "research"
#[[Languages.en.menu.main]]
#name = "blog"
#url = "blog"
#weight = 4
#[[Languages.en.menu.main]]
#name = "Contact"
#url = "contact"
#weight = 5
# footer menu
#[[Languages.en.menu.footer]]
#name = "teacher"
#url = "teacher"
#[[Languages.en.menu.footer]]
#name = "notice"
#url = "notice"
#[[Languages.en.menu.footer]]
#name = "event"
#url = "event"
#[[Languages.en.menu.footer]]
#name = "scholarship"
#url = "scholarship"
#[[Languages.en.menu.footer]]
#name = "research"
#url = "research"
################################### French language #####################################
[Languages.fr]
languageName = "Fr"
languageCode = "fr-fr"
contentDir = "content/french"
weight = 2
home = "Accueil"
# copyright
copyright = "Copyright © VMware 2021"
################### French navigation ####################
# main menu
[[Languages.fr.menu.main]]
name = "À propos"
url = "about"
weight = 1
[[Languages.fr.menu.main]]
name = "Cours"
url = "course"
weight = 2
[[Languages.fr.menu.main]]
weight = 3
name = "Pages"
hasChildren = true
[[Languages.fr.menu.main]]
parent = "Pages"
name = "teacher"
url = "teacher"
[[Languages.fr.menu.main]]
parent = "Pages"
name = "notice"
url = "notice"
[[Languages.fr.menu.main]]
parent = "Pages"
name = "Évènement"
url = "event"
[[Languages.fr.menu.main]]
parent = "Pages"
name = "Cursus"
url = "scholarship"
[[Languages.fr.menu.main]]
parent = "Pages"
name = "research"
url = "research"
[[Languages.fr.menu.main]]
name = "blog"
url = "blog"
weight = 4
[[Languages.fr.menu.main]]
name = "Contact"
url = "contact"
weight = 5
# footer menu
[[Languages.fr.menu.footer]]
name = "teacher"
url = "teacher"
[[Languages.fr.menu.footer]]
name = "notice"
url = "notice"
[[Languages.fr.menu.footer]]
name = "event"
url = "event"
[[Languages.fr.menu.footer]]
name = "scholarship"
url = "scholarship"
[[Languages.fr.menu.footer]]
name = "research"
url = "research"