-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathconfig.yaml
More file actions
191 lines (177 loc) · 5 KB
/
config.yaml
File metadata and controls
191 lines (177 loc) · 5 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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
baseurl: 'https://school-brainhack.github.io'
title: 'Brainhack school'
theme: hugo-universal-theme
defaultContentLanguage: en
defaultContentLanguageInSubdir: FALSE
outputFormats:
Calendar:
mediaType: text/calendar
languages:
en:
languageCode: en-us
languageName: English
contentDir: content/en
weight: 1
taxonomies:
tag: tags
category: categories
name: names
enableGitInfo: TRUE
menu:
main:
- identifier: home
name: Home
url: /
weight: 1
- identifier: Projects
name: Projects
url: /project/
weight: 2
- identifier: Schedule
name: Schedule
url: /weeks/
weight: 3
- identifier: Sites
name: Sites
url: /sites/
weight: 4
- identifier: Register
name: Register
url: /register/
weight: 5
- identifier: Modules
name: Modules
url: /modules/
weight: 6
- parent: documents
name: Getting started
url: /guide/
weight: 7
- parent: documents
name: Project guide
url: /project_guide/
weight: 7
- parent: documents
name: Code of Conduct
url: /coc/
weight: 7
- parent: documents
name: Dev Docs
url: https://school-brainhack.readthedocs.io
- parent: past
name: 2024
url: https://2024-school-brainhack.github.io/
- parent: past
name: 2022
url: https://2022-school-brainhack.github.io/
- parent: past
name: 2021
url: https://psy6983.brainhackmtl.org/
- parent: past
name: 2020
url: https://school2020.brainhackmtl.org/
- parent: past
name: 2019
url: https://brainhackmtl.github.io/school2019/
- parent: past
name: 2018
url: https://brainhackmtl.github.io/school2018/
topbar:
- weight: 1
name: GitHub
url: 'https://github.com/school-brainhack'
pre: <i class='fab fa-2x fa-github'></i>
- weight: 2
name: Mastodon
url: 'https://neuromatch.social/@brainhack_school'
pre: <i class='fab fa-2x fa-twitter'></i>
- weight: 3
name: Email
url: 'mailto:school.brainhack@gmail.com'
pre: <i class='fas fa-2x fa-envelope'></i>
params:
outputFormats:
Calendar:
mediaType: text/calendar
viewMorePostLink: /blog/
author:
defaultKeywords:
- BrainHack
- Neuroscience
mainSections:
- blog
defaultDescription: Brainhack School
facebook_site: ''
twitter_site: ''
default_sharing_image: img/brainhackSchool.jpg
googleMapsApiKey:
style: green
email:
contact_form_ajax: false
about_us: >-
<p>Fundamentals and project in neural data science.</p>
copyright: 'Copyright (c) 2025, BrainHack School; all rights reserved.'
date_format: 'January 2, 2006'
logo: img/logo_brainhack_2025.png
logo_small: img/logo-small_2025.png
default_sharing_image: img/logo_brainhack_2025.png
address: |-
<p class="text-uppercase"><strong>BrainHack School</strong>
<br>
<br>Montreal
<br>
<strong>Canada</strong>
</p>
latitude: '45.50884'
longitude: '-73.58781'
widgets:
categories: true
tags: true
search: true
carousel:
enable: true
instructors:
enable: true
features:
enable: false
testimonials:
enable: true
title: Why Brainhack School?
subtitle: >-
Coding and other data science skills are much better acquired and
solidified through practice. After a one week bootcamp, most of the
brainhack training consists of open and collaborative work on a project of
your choice.
see_more:
enable: true
icon: far fa-file-alt
title: 'Project-based, transdisciplinary training'
subtitle: 'Neuroscience, Statistical Modelling and Computer Science'
link_url: https://school-brainhack.github.io/project/
link_text: "Check out the gallery of past projects"
clients:
enable: true
title: Sponsors
subtitle: ''
recent_posts:
enable: false
title: Project gallery
subtitle: A selection of projects from our students
topbar:
enable: true
text: "**:computer: :brain: Contact <school.brainhack@gmail.com> for questions! :brain: :computer:**"
Permalinks:
blog: '/blog/:year/:month/:day/:filename/'
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
highlight:
codeFences: false
tableOfContents:
startLevel: 2
endLevel: 3
disqusShortname: ''
googleAnalytics: ''
paginate: 10