-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathconfig.toml
176 lines (141 loc) · 4.34 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
RelativeURLs=true
CanonifyURLs=true
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Disaster Recovery on AWS"
theme = "hugo-theme-learn"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir = true
enableRobotsTXT = true
uglyurls = false
sectionPagesMenu = "main"
pygmentsCodeFences = true
pygmentsStyle = "monokai"
[params]
editURL = "https://github.com/aws-samples/disaster-recovery-workshop/edit/main/workshop/content/"
description = "Reliability reference architectures for disaster recovery scenarios"
author = "Leonardo Piedade"
disableBreadcrumb = false
disableNextPrev = false
themeVariant = "aws"
disableSearch = false
disableAssetsBusting = true
disableLanguageSwitchingButton = false
disableShortcutsTitle = false
disableInlineCopyToClipBoard = true
showVisitedLinks = true
[taxonomies]
type = "type"
tags = "tags"
awsservices = "awsServices"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[privacy.youtube]
disable = false
privacyEnhanced = true
[privacy.twitter]
disable = false
enableDNT = true
simple = true
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[Languages]
[Languages.en]
title = "Disaster Recovery on AWS"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-tags'></i> Tags"
url = "/tags.html"
weight = 1
[[Languages.en.menu.shortcuts]]
name = "<i style='text-indent: 15px;' class='fab fa-aws'></i> Backup & Restore"
url = "/tags/backup-restore.html"
weight = 2
[[Languages.en.menu.shortcuts]]
name = "<i style='text-indent: 15px;' class='fab fa-aws'></i> Pilot Light"
url = "/tags/pilot-light.html"
weight = 3
[[Languages.en.menu.shortcuts]]
name = "<i style='text-indent: 15px;' class='fab fa-aws'></i> Warm Standby"
url = "/tags/warm-standby.html"
weight = 4
[[Languages.en.menu.shortcuts]]
name = "<i style='text-indent: 15px;' class='fab fa-aws'></i> Active-Active"
url = "/tags/active-active.html"
weight = 5
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> AWS Workshops"
url = "https://workshops.aws/"
weight = 9
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-bookmark'></i> More resources"
url = "/more-resources.html"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-users'></i> Authors"
url = "/authors.html"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-github'></i> GitHub Project"
url = "https://github.com/aws-samples/disaster-recovery-workshop"
weight = 30
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-envelope'></i> Have questions?"
url = "mailto:[email protected]"
weight = 40
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-poll'></i> Survey"
url = "/survey.html"
weight = 50
[Languages.pt]
title = "Disaster Recovery on AWS"
weight = 1
languageName = "Português"
[[Languages.pt.menu.shortcuts]]
name = "<i class='fas fa-tags'></i> Tags"
url = "/tags.html"
weight = 1
[[Languages.pt.menu.shortcuts]]
name = "<i style='text-indent: 15px;' class='fab fa-aws'></i> Backup & Restore"
url = "/tags/backup-restore.html"
weight = 2
[[Languages.pt.menu.shortcuts]]
name = "<i style='text-indent: 15px;' class='fab fa-aws'></i> Pilot Light"
url = "/tags/pilot-light.html"
weight = 3
[[Languages.pt.menu.shortcuts]]
name = "<i style='text-indent: 15px;' class='fab fa-aws'></i> Warm Standby"
url = "/tags/warm-standby.html"
weight = 4
[[Languages.pt.menu.shortcuts]]
name = "<i style='text-indent: 15px;' class='fab fa-aws'></i> Active-Active"
url = "/tags/active-active.html"
weight = 5
[[Languages.pt.menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> AWS Workshops"
url = "https://workshops.aws/"
weight = 9
[[Languages.pt.menu.shortcuts]]
name = "<i class='fas fa-bookmark'></i> Mais recursos"
url = "/more-resources.html"
weight = 10
[[Languages.pt.menu.shortcuts]]
name = "<i class='fas fa-users'></i> Autores"
url = "/authors.html"
weight = 20
[[Languages.pt.menu.shortcuts]]
name = "<i class='fab fa-github'></i> Repositório GitHub"
url = "https://github.com/aws-samples/disaster-recovery-workshop"
weight = 30
[[Languages.pt.menu.shortcuts]]
name = "<i class='fas fa-envelope'></i> Perguntas?"
url = "mailto:[email protected]"
weight = 40
[[Languages.pt.menu.shortcuts]]
name = "<i class='fas fa-poll'></i> Pesquisa"
url = "/survey.html"
weight = 50