-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
81 lines (70 loc) · 2.16 KB
/
Copy pathconfig.toml
File metadata and controls
81 lines (70 loc) · 2.16 KB
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
baseURL = "https://bit-ml.github.io/"
languageCode = "en-us"
title = "Bitdefender AI Research"
theme = "PaperMod"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[params]
description = "Engaging with the broader AI Community."
defaultTheme = "light"
[params.author]
name = "Bitdefender AI Research"
[params.assets]
favicon = "favicon.ico?v=4"
favicon16x16 = "favicon-16x16.png?v=4"
favicon32x32 = "favicon-32x32.png?v=4"
apple_touch_icon = "apple-touch-icon.png?v=4"
# Home page: image, title, short text, and links (R1)
[params.profileMode]
enabled = true
title = "Bitdefender AI Research"
subtitle = "Our mission is to advance the state of the art in machine learning, focusing on robustness, security, and reliability and to engage with the global AI community."
[[params.profileMode.buttons]]
name = "Explore Research"
url = "/research/"
[[params.profileMode.buttons]]
name = "Meet the Team"
url = "/team/"
# Only "news" section feeds the home list (we use profileMode so home shows custom content)
mainSections = ["news"]
# Google Calendar embed iframe src (Integrate calendar → Embed code).
[params.meetups]
embed_src = "https://calendar.google.com/calendar/embed?src=e999cb8a4a76eac4c079bc0b0abfa7d47401df63714b8b4a10ed94450c0444fe%40group.calendar.google.com&ctz=Europe%2FBucharest"
[services.googleAnalytics]
id = "G-386447349"
[privacy.googleAnalytics]
disable = false
respectDoNotTrack = true
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "News"
url = "/news/"
weight = 2
[[menu.main]]
name = "Research"
url = "/research/"
weight = 3
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 4
[[menu.main]]
name = "Community"
url = "/community/"
weight = 5
[[menu.main]]
name = "Team"
url = "/team/"
weight = 6