-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
158 lines (127 loc) · 2.82 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# Site settings
baseurl = "https://satml.org/"
languageCode = "en-us"
title = "IEEE SaTML 2025"
theme = "syna"
enableGitInfo = true
version = "0.17.3"
# Google Analytics tracking
googleAnalytics = ""
disableKinds = ["RSS", "taxonomy"]
[outputs]
home = ["HTML", "JSON"]
[frontmatter]
date = ["date", "lastmod"]
lastmod = ["lastmod", ":git", "date"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
name = "IEEE SaTML 2024"
description = "IEEE Conference on Secure and Trustworthy Machine Learning"
[params.style]
#background = "secondary"
# Theme customizations
# Assets relative to 'static/'
[params.custom]
favicon = "favicon.iso"
favicon_ico_sizes = "16x16 32x32"
favicon_png = "favicon.png"
favicon_svg = "favicon.svg"
# Piwik tracking
[params.analytics.piwik]
#url = ""
#id = ""
#domain = "" # Track subdomains via "*.example.com"
# Optional hash for integrity check
#hash = ""
# Optional, global disable switch for fontawesome related files
# For custom fontawesome js files use the custom.js method
[params.fontawesome]
disabled = false
pro = false
[params.colors]
primary = "#888"
secondary = "#888"
success = "#888"
info = "#888"
warning = "#888"
danger = "#888"
light = "#f8f9fa"
dark = "#343a40"
# main/prepend/postpend menus are displayed in nav fragment.
# Keep an eye out for updates. These will be moved out to make navbar more
# configurable.
[[menu.main]]
url = "/"
name = "Home"
weight = 10
[[menu.main]]
url = "/participate-cfp"
name = "Call for Papers"
weight = 20
#[[menu.main]]
# url = "/participate-cfc"
# name = "Call for Competitions"
# weight = 30
[[menu.main]]
url = "/program"
name = "Program"
weight = 25
[[menu.main]]
url = "/competitions"
name = "Competitions"
weight = 30
[[menu.main]]
url = "/attend"
name = "Attending"
weight = 35
#[[menu.main]]
# url = "/schedule"
# name = "Schedule"
# weight = 36
#[[menu.main]]
# url = "/accepted-papers"
# name = "Accepted Papers"
# weight = 40
#[[menu.main]]
# url = "/participate-competitions"
# name = "Competitions"
# weight = 40
[[menu.main]]
url = "/organization"
name = "Organization"
weight = 50
#[[menu.main]]
# url = "/contact"
# name = "Contact"
# weight = 55
[[menu.main]]
url = "/past"
name = "Past Editions"
weight = 100
[[menu.footer]]
url = "#"
name = "Link"
weight = 10
[[menu.footer]]
url = "#"
name = "Long Link"
weight = 30
[[menu.footer]]
url = "#"
name = "Tiny Link"
weight = 30
[[menu.copyright_footer]]
url = "#"
name = ""
weight = 10
[[menu.footer_social]]
weight = 20
name = "twitter"
pre = "fab fa-twitter"
url = "https://twitter.com/satml_conf"
# See issue https://github.com/okkur/syna/issues/859
[minify]
disableJS = true