-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
64 lines (54 loc) · 1.49 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
baseURL = "https://eksworkshop.com/"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "Amazon EKS Workshop"
theme = "learn"
uglyurls = false
googleAnalytics = "UA-44634850-4"
sectionPagesMenu = "main"
pygmentsCodeFences = false
pygmentsCodeFencesGuessSyntax = false
pygmentsStyle = "monokai"
[blackfriday]
hrefTargetBlank = true
[params]
themeVariant = "mine"
showVisitedLinks = false
author = "Brent Langston"
description = "Amazon EKS Workshop"
disableSearch = false
disableAssetsBusting = false
disableLanguageSwitchingButton = true
disableShortcutsTitle=true
disableInlineCopyToClipBoard = true
#
[menu]
[[menu.main]]
identifier = "Prerequisites"
name = "This is the Mu track"
title = "Workshop using Mu"
url = "/mu/"
weight = -110
[[menu.shortcuts]]
name = "<i class='fab fa-twitter fa-lg'></i> @brentContained"
identifier = "ol"
url = "https://twitter.com/intent/user?screen_name=brentContained"
weight = 1
[[menu.shortcuts]]
name = "<i class='fab fa-twitter fa-lg'></i> @omarlari"
identifier = "bl"
url = "https://twitter.com/intent/user?screen_name=omarlari"
weight = 2
[[menu.shortcuts]]
name = "<i class='fab fa-twitter fa-lg'></i> @MandusMomberg"
identifier = "mm"
url = "https://twitter.com/intent/user?screen_name=MandusMomberg"
weight = 3
[[menu.shortcuts]]
name = "<i class='fab fa-twitter fa-lg'></i> @christopherhein"
identifier = "ch"
url = "https://twitter.com/intent/user?screen_name=christopherhein"
weight = 4
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML" ]