-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
63 lines (54 loc) · 1.45 KB
/
config.toml
File metadata and controls
63 lines (54 loc) · 1.45 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
baseURL = "https://serverless101.cennticloud.com/"
languageCode = "en-us"
title = "Workhops by CENNTI Cloud"
theme = "learn"
uglyurls = false
googleAnalytics = "UA-44634850-4"
sectionPagesMenu = "main"
relativeURLs = true
enableEmoji = true
[blackfriday]
hrefTargetBlank = true
[params]
description = "Workshops by CENNTI Cloud"
author = "Carlos Cortez"
showVisitedLinks = false
disableBreadcrumb = true
disableNextPrev = false
themeVariant = "mine"
branch = "master"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "tango"
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML" ]
[Languages]
[Languages.en]
title = "Workhops by CENNTI Cloud"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/cennti"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
url = "showcase"
weight = 11
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> Cortez Cloud"
identifier = "cortezcloud"
url = "https://cortez.cloud"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> Imperio Cloud Podcast"
identifier = "imperiocloud"
url = "https://imperiocloud.com"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Creditos"
url = "/credits"
weight = 30