-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
63 lines (53 loc) · 1.78 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
languageCode = "en-us"
title = "Web3 Teacher Training Track"
baseURL = "https://web3.courses/"
ignoreFiles = ["_slides.md$"]
themesDir = "themes"
publishDir = "docs"
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
# Controls how many words are printed in the content summary on the docs homepage.
# See https://gohugo.io/content-management/summaries/
summaryLength = 30
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Course"
url = "/teacher-training-track"
weight = 2
[[menu.main]]
name = "Apply"
url = "/apply"
weight = 3
[menu.main.params]
target = "_blank"
[params]
google_analytics_id=""
homepage_button_link = "/teacher-training-track"
homepage_button_text = "View Course"
homepage_intro = "The Blockchain Acceleration Foundation's Web3 Teacher Training Track is a dApp and smart contract development course"
homepage_image = "/images/logo.png"
## You can enable to add anchor links to header elements
# enable_anchor_link = true
[params.homepage_meta_tags]
meta_description = "The Blockchain Acceleration Foundation's Web3 Teacher Training Track is a dApp and smart contract development course"
meta_og_title = "Web3 Teacher Training Track"
meta_og_type = "website"
meta_og_url = ""
meta_og_image = ""
meta_og_description = "The Blockchain Acceleration Foundation's Web3 Teacher Training Track is a dApp and smart contract development course"
meta_twitter_card = "summary"
meta_twitter_site = "@TheBAFNetwork"
meta_twitter_creator = "@TheBAFNetwork"
[params.logo]
mobile = "/images/icon.png"
standard = "/images/icon.png"
[outputFormats]
[outputFormats.slides]
baseName = "slides"
isHTML = true
permalinkable = true
mediaType = "text/html"