-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
101 lines (92 loc) · 2.25 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
baseurl = "/"
title = "Machine-learning"
languagecode = "en"
defaultcontentlanguage = "en"
buildFuture = true
footnotereturnlinkcontents = "↩"
relativeURLs = true
enableEmoji = true
paginate = 20
canonifyurls = true
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = true
style = "manni"
# [markup.tableOfContents]
# endLevel = 1
# ordered = false
# startLevel = 1
[params]
repourl = "https://github.com/WestDRI/machine-learning"
sfuavatar = "/img/sfu.png"
dracavatar = "/img/drac.png"
siteavatar = "/img/ml_top_padding.png"
error = "/img/404.png"
favicon_32 = "/img/sfu_favicon.png"
hidecredits = false
hidecopyright = false
summerschool2020url = "https://wgschool.netlify.app/ml/"
summerschool2020remakeurl = "https://wgschool.netlify.app/mlremake/"
autumnschool2020url = "https://autumnschool.netlify.app/pytorch/"
modules2021url = "https://wgtm21.netlify.app/ml_fastai/"
modules2022url = "https://rcmodules22.netlify.app/ml_pytorch/"
rtl = false
math = true
since = 2020
[params.utteranc]
repo = "WestDRI/machine-learning"
issueTerm = "url"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[[params.social]]
name = "Github"
icon = "fab fa-github fa-2x"
weight = 1
url = "https://github.com/WestDRI"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter fa-2x"
weight = 2
url = "https://twitter.com/Alliance_Can"
[[params.social]]
name = "YouTube"
icon = "fab fa-youtube fa-2x"
weight = 3
url = "https://www.youtube.com/channel/UCfgds4Qf7VFOv4ORRvFFmhw"
[[params.social]]
name = "Events"
icon = "fa fa-calendar-alt fa-2x"
weight = 4
url = "https://training.westdri.ca/blog/"
[[params.social]]
name = "Newsletter"
icon = "fas fa-envelope-open-text fa-2x"
weight = 5
url = "/newsletter"
[[menu.main]]
name = "Workshops"
weight = 1
url = "workshops/"
[[menu.main]]
name = "Webinars"
weight = 2
url = "webinars/"
[[menu.main]]
name = "Courses"
weight = 3
url = "courses/"
[[menu.main]]
name = "📚"
weight = 4
url = "https://training.westdri.ca/"
[[menu.main]]
name = "📬"
weight = 5
url = "email"