forked from awslabs/aws-well-architected-labs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
76 lines (67 loc) · 2.17 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
baseURL = "https://wellarchitectedlabs.com/"
languageCode = "en-us"
title = "AWS Well-Architected Labs"
theme = "learn"
[params]
themeVariant = "walabs"
disableShortcutsTitle = true
# Order sections in menu by "weight" or "title". Default to "weight"
ordersectionsby = "weight"
# Weights by pillar:
# 1000 - Operational Excellence
# 2000 - Security
# 3000 - Reliability
# 4000 - Performance Efficiency
# 5000 - Cost Optimization
# 6000 - Well Architected Tool
editURL = "https://github.com/awslabs/aws-well-architected-labs/blob/master/content/"
description = "Hands on labs and real world design scenarios for Well-Architected workloads"
author = "Well-Architected Team"
showVisitedLinks = true
# Hide Next and Previous page buttons normally displayed full height beside content
disableNextPrev = true
#AWS custom params
base_github_url = "https://github.com/awslabs/aws-well-architected-labs/tree/master/"
base_raw_github_url = "https://raw.githubusercontent.com/awslabs/aws-well-architected-labs/master/"
#{{% siteparam "base_github_url" %}}
[minify]
disableCSS = false
disableHTML = false
disableJS = false
disableJSON = false
disableSVG = false
disableXML = false
minifyOutput = true
[minify.tdewolff]
[minify.tdewolff.css]
decimals = -1
keepCSS2 = true
[minify.tdewolff.html]
keepConditionalComments = true
keepDefaultAttrVals = true
keepDocumentTags = true
keepEndTags = true
keepWhitespace = false
[minify.tdewolff.js]
[minify.tdewolff.json]
[minify.tdewolff.svg]
decimals = -1
[minify.tdewolff.xml]
keepWhitespace = false
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
section = ["HTML","RSS"]
# Menu shortcuts on left side
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> Contributing (GitHub)"
url = "https://github.com/awslabs/aws-well-architected-labs/blob/master/CONTRIBUTING.md"
weight = 2
[[menu.shortcuts]]
name = "<i class='fas fa-rss'></i> Labs RSS Feed"
url = "/index.xml"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-bookmark'></i> Amazon Free Tier"
url = "https://aws.amazon.com/free/"
weight = 20