-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.toml
87 lines (66 loc) · 1.46 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
baseURL = "https://brainlife.io/"
languageCode = "en-us"
theme = "raditian-free-hugo-theme"
#sitemap comes from warehouse
disableKinds = ["sitemap"]
# Plugins
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "css/main.css"
[[params.plugins.css]]
URL = "css/rad-icons.css"
[[params.plugins.css]]
URL = "css/custom.css"
# JS Plugins
[[params.plugins.js]]
URL = "js/rad-animations.js"
[[params.plugins.js]]
URL = "js/sticky-header.js"
[[params.plugins.js]]
URL = "js/library/fontfaceobserver.js"
# navigation
[menu]
[[menu.header]]
name = "Docs"
URL = "/docs"
weight = 1
[[menu.header]]
name = "Users"
URL = "/users"
weight = 2
[[menu.header]]
name = "Team"
URL = "/team"
weight = 3
[[menu.header]]
name = "ezBIDS"
URL = "/ezbids"
weight = 4
[[menu.header]]
name = "Portal"
URL = "/projects"
weight = 5
[[menu.footer]]
name = "Users"
URL = "/users"
weight = 2
[[menu.footer]]
name = "Team"
URL = "/team"
weight = 3
[[menu.footer]]
name = "Portal"
URL = "/projects"
weight = 4
[params]
sections = ["showcase", "about", "education", "experience", "client-and-work", "testimonial", "contact", "newsletter"]
#disabled for GDPR
#googleTagManagerID = "GTM-TM7KT8B"
[params.logo]
text1 = "brainlife"
[params.footer]
copyright = "© Pestillilab. All rights reserved."
[params.footer.lab_logo]
x = "img/general/lablogo.png"
alt = "Pestilli Lab"