forked from aws-samples/aws-get-started-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
58 lines (47 loc) · 1.81 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
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: CC-BY-SA-4.0
baseURL = "/"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
title = "Get Started with AWS for Production Workloads"
theme = "learn"
# Makes it easier to deliver content through CloudFront while not allowing
# public read access to the web content S3 bucket.
uglyurls = true
relativeURLs = true # Need to research: https://gohugo.io/content-management/urls/
enableEmoji = true
# Code Syntax Highlighting
pygmentsCodeFences = true
pygmentsUseClasses = true
pygmentsStyle = "monokailight"
[params]
editURL = "https://github.com/aws-samples/aws-get-started-workshop/edit/main/content/"
showVisitedLinks = false
disableInlineCopyToClipBoard = true
themeVariant = "mine"
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = true
disableLandingPageButton = true
disableSearch = false
disableNavChevron = false # set true to hide next/prev chevron, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
enableGitInfo = true
dateformat = "" # default "2 Jan 2006"
# Analytic section
# google_analytics_id = "" # Your Google Analytics tracking id
# tag_manager_container_id = "" # Your Google Tag Manager container id
# google_site_verification = "" # Your Google Site Verification for Search Console
[outputs]
home = [ "HTML", "RSS", "JSON"]
# Markup configure section
# See https://gohugo.io/getting-started/configuration-markup/
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 2
endLevel = 2
ordered = false