forked from aws-samples/aws-alexa-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
53 lines (45 loc) · 1.21 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
baseURL = "https://alexaworkshop.com/"
ignoreFiles = [ "\\.files/README.md$", ]
languageCode = "en-us"
defaultContentLanguage = "en"
title = "AWS & Alexa Workshop"
theme = "hugo-theme-learn"
uglyurls = false
sectionPagesMenu = "main"
relativeURLs = true
[blackfriday]
hrefTargetBlank = true
[params]
editURL = "https://github.com/aws-samples/aws-alexa-workshop/edit/master/content/"
themeVariant = "mine"
showVisitedLinks = false
author = "Joe SHI"
description = "AWS & Alexa Workshop"
disableSearch = false
disableAssetsBusting = false
disableShortcutsTitle = true
branch = "master"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "tango"
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> GitHub Project"
url = "https://github.com/aws-samples/aws-alexa-workshop"
weight = 30
[[menu.shortcuts]]
name = "<i class='fas fa-envelope'></i> Have questions?"
url = "https://github.com/aws-samples/aws-alexa-workshop/issues"
weight = 40
[Languages]
[Languages.en]
title = "AWS & Alexa Workshop"
weight = 1
languageName = "English"
[Languages.zh]
title = "AWS & Alexa Workshop"
weight = 2
languageName = "简体中文"
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML" ]