forked from BrainhackMTL/global2020
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
115 lines (92 loc) · 2.56 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
######################## default configuration ####################
baseURL = "https://random-matrix-learning.github.io"
languageCode = "en-ca"
title = "Random Matrix Theory and Machine Learning Tutorial"
theme = ["trial"]
summaryLength = "10"
paginate = 6
############################## navigation ###############################
[menu]
[[menu.main]]
name = "About"
URL = "chapters"
weight = 1
[[menu.main]]
name = "Instructors"
URL = "reviews"
weight = 2
#[[menu.main]]
#name = "Schedule"
#URL = "devices"
#weight = 3
#[[menu.main]]
#name = "Projects"
#URL = "projects"
#weight = 4
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 5
#################### default parameters ################################
[params]
logo = ""
home = "Home"
# Meta data
description = "ICML 2021 tutorial on Random Matrix Theory and Machine Learning"
author = "Fabian Pedregosa, Courtney Paquette, Tom Trogdon, Jeffrey Pennington"
# Google Analitycs
googleAnalitycsID = "" # Your ID
# copyright
copyright = "© RMT+ML"
# Preloader
[params.preloader]
enable = true
preloader = "" # use .png , .svg or .gif format
# Navigation get start button
[params.navButton]
enable = false
buttontext = "Register"
# cookies
[params.cookies]
enable = false
expire_days = 2
############################# Footer ########################
[params.footer]
content = ""
############################# post share ###################
[[params.share]]
title = "facebook"
icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
link = "#"
[[params.share]]
title = "twitter"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "#"
[[params.share]]
title = "linkedin"
icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons
link = "#"
[[params.share]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "#"
############################# Plugins ##############################
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
URL = "plugins/slick/slick.css"
[[params.plugins.css]]
URL = "plugins/themify-icons/themify-icons.css"
[[params.plugins.css]]
URL = "plugins/magnific-popup/magnific-popup.css"
# JS Plugins
[[params.plugins.js]]
URL = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
URL = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
URL = "plugins/slick/slick.min.js"
[[params.plugins.js]]
URL = "plugins/magnific-popup/magnific-popup.min.js"