-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (36 loc) · 1004 Bytes
/
_config.yml
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
title: Visual Reactive Programming
description: A course on Visual Reactive Programming using Bonsai, developed by NeuroGEARS, Ltd.
funding: These course materials are part of the Neuroinformatics course at SWC 2024.
funding_logo: swc
funding_url: https://www.sainsburywellcome.org/web/
google_analytics:
theme: minima
baseurl: "/neuroinformatics-2024"
docsurl: "https://bonsai-rx.org/docs"
twitter_username: bonsai_rx
github_username: neurogears
kramdown:
parse_block_html: true
plugins:
- jekyll-seo-tag
include:
- _pages
- _slides
exclude:
- Gemfile
- Gemfile.lock
- "**README.md"
header_pages:
- _pages/neurokit.md
- _pages/slides.md
- _pages/worksheets.md
collections:
# Ideally we would use collections for slides but this
# breaks reveal.js markdown processing because of issue:
# https://github.com/jekyll/jekyll/issues/6209
# slides:
# output: true
# permalink: /:collection/:path/
worksheets:
output: true
permalink: /:collection/:path/