-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
58 lines (56 loc) · 1.51 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
baseURL = "https://slds-lmu.github.io/dl4nlp/"
languageCode = "en-us"
title = "Deep Learning for Natural Language Processing (DL4NLP)"
theme = "website_theme"
enableRobotsTXT = true
[markup.goldmark.renderer]
unsafe= true
[Params]
footer = "© 2022 Course Creator"
logo = "dl4nlp.svg" # file in ./static
video_base_url = "https://www.youtube-nocookie.com/embed/"
mathjax = false # has to be enabled for each page or enable it here globally
use_favicon = true # if you have put all files generated by https://realfavicongenerator.net/ in ./static
[menu]
[[menu.main]]
name = "Home"
pre = "home"
url = "."
weight = 1
[[menu.main]]
name = "Chapters"
pre = "chapters"
url = "chapters/"
weight = 2
[[menu.main]]
name = "Appendix"
pre = "appendix"
url = "appendix/"
weight = 3
[[menu.main]]
name = "Team"
pre = "team"
url = "team/"
weight = 3
[[menu.main]]
name = "Exercises"
pre = "exercises"
url = "exercises/"
weight = 3
[[menu.main]]
name = "References"
pre = "references"
url = "references/"
weight = 3
# can contain as main items as you want
[[menu.footer]]
name = "Material Source Code"
url = "https://github.com/slds-lmu/lecture_dl4nlp"
[[menu.footer]]
name = "Website source code"
url = "https://github.com/slds-lmu/dl4nlp"
[[menu.footer]] # name here does not matter
name = "I2ML Course"
url = "https://slds-lmu.github.io/i2ml/"
[minify] # needed for quizdown to work
disableHTML = true