-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·59 lines (49 loc) · 1.61 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
# Change the default theme to be use when building the site with Hugo
theme = "hugo-theme-learn"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
# Change default color scheme with a variant one. Can be "red", "blue", "green".
themeVariant = "workshop"
# Git hub repo link
editURL = ""
description = ""
author = "nqnamfe1996@gmail.com"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
[Languages]
[Languages.en]
title = "Deploy Static Site (NextJS App) to AWS S3"
weight = 1
languageName = "English"
[Languages.vi]
title = "Deploy Static Site (NextJS App) to AWS S3"
weight = 2
languageName = "Tiếng Việt"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-facebook'></i> AWS Study Group"
identifier = "AWS Study Group FB"
url = "https://www.facebook.com/groups/awsstudygroupfcj/"
weight = 20
[[Languages.vi.menu.shortcuts]]
name = "<i class='fab fa-facebook'></i> AWS Study Group"
identifier = "AWS Study Group FB"
url = "https://www.facebook.com/groups/awsstudygroupfcj/"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-github'></i> Workshop Repository"
identifier = "This repository"
url = "https://github.com/CongDT197/workshop-1.github.io"
weight = 30
[[Languages.vi.menu.shortcuts]]
name = "<i class='fab fa-github'></i> Workshop Repository"
identifier = "Source code"
url = "https://github.com/CongDT197/workshop-1.github.io"
weight = 30
[markup]
[markup.goldmark]
[markup.goldmark.renderHooks]
[markup.goldmark.renderHooks.image]
enableDefault = true