forked from awslabs/ec2-spot-workshops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
79 lines (68 loc) · 1.72 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
baseURL = "https://ec2spotworkshops.com/"
languageCode = "en-us"
title = "EC2 Spot Workshops"
theme = "learn"
uglyurls = true
sectionPagesMenu = "main"
pygmentsCodeFences = true
[blackfriday]
hrefTargetBlank = true
[params]
themeVariant = "mine"
showVisitedLinks = true
description = "EC2 Spot Workshops"
disableSearch = false
disableAssetsBusting = false
disableLanguageSwitchingButton = false
disableShortcutsTitle = false
disableInlineCopyToClipBoard = true
[outputs]
home = [ "HTML", "AMP", "RSS", "JSON"]
page = [ "HTML", "AMP"]
# All privacy options enabled. There should not be
# any cookies or privacy
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = true
disable = true
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = true
simple = false
[privacy.twitter]
disable = true
enableDNT = false
simple = false
[privacy.vimeo]
disable = true
simple = false
[privacy.youtube]
disable = false
# This is required to avoid cookies on youtube integration
privacyEnhanced = true
[[menu.shortcuts]]
name = "<i class='fas fa-external-link-alt'></i> Amazon EC2 Spot Instances"
url = "https://aws.amazon.com/ec2/spot/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-users'></i> Authors"
url = "/authors.html"
weight = 20
[[menu.shortcuts]]
name = "<i class='fas fa-info-circle'></i> Resources"
url = "/resources.html"
weight = 40
[[menu.shortcuts]]
name = "<i class='fas fa-envelope'></i> Feedback / Questions?"
url = "mailto:[email protected]"
weight = 30
[languages]
[languages.en]
languageName = "English"
weight = 1
[languages.ja]
languageName = "Japanese"
weight = 2