-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (37 loc) · 1.14 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
baseURL = "https://networkingday.awsguru.top/"
ignoreFiles = [ "\\.files/README.md$", ]
languageCode = "en-us"
defaultContentLanguage = "en"
title = "Networking Day Advanced on AWS workshop"
theme = "hugo-theme-learn"
uglyurls = false
sectionPagesMenu = "main"
relativeURLs = true
[blackfriday]
hrefTargetBlank = true
[params]
editURL = "https://github.com/sun-biao/secworkshop/edit/master/content/"
themeVariant = "mine"
showVisitedLinks = false
author = "AWS Networking TFC<[email protected]>"
description = "AWS Networking"
disableSearch = false
disableAssetsBusting = false
disableShortcutsTitle = true
branch = "master"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "tango"
codeRepoName = "hxhwing/NetworkingDay-Advanced"
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> GitHub Project"
url = "https://github.com/hxhwing/NetworkingDay-Advanced"
weight = 30
[[menu.shortcuts]]
name = "<i class='fas fa-envelope'></i> Have questions?"
url = "https://github.com/hxhwing/NetworkingDay-Advanced/issues"
weight = 40
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML" ]