-
Notifications
You must be signed in to change notification settings - Fork 77
/
config.toml
79 lines (66 loc) · 1.71 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://www.hpcworkshops.com"
languageCode = "en-us"
title = "AWS HPC Workshops"
theme = "hugo-theme-learn"
uglyurls = true
sectionPagesMenu = "main"
pygmentsCodeFences = true
[blackfriday]
hrefTargetBlank = true
[params]
editURL = "https://github.com/aws-samples/aws-hpc-tutorials/tree/master/content/"
themeVariant = "mine"
showVisitedLinks = true
description = "AWS HPC Workshops"
disableSearch = false
disableAssetsBusting = false
disableLanguageSwitchingButton = true
disableShortcutsTitle = false
disableLandingPageButton = true
[outputs]
home = [ "HTML", "AMP", "RSS", "JSON"]
page = [ "HTML", "AMP"]
[privacy]
[privacy.disqus]
disable = false
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = false
[[menu.shortcuts]]
name = "<i class='fas fa-flask'></i> Conferences Worshops"
url = "/conferences.html"
weight = 21
[[menu.shortcuts]]
name = "<i class='fas fa-bullhorn'></i> External Worshops"
url = "/external.html"
weight = 20
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> Github"
url = "https://github.com/aws-samples/aws-hpc-tutorials"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-bookmark'></i> AWS - HPC"
url = "https://aws.amazon.com/hpc/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-users'></i> Authors"
url = "/authors.html"
weight = 23
[[menu.shortcuts]]
name = "<i class='fas fa-envelope'></i> Feedback / Questions?"
url = "mailto:[email protected]"
weight = 30
[[menu.shortcuts]]
name = "<i class='fas fa-tags'></i> Tags"
url = "/tags"
weight = 40