-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
43 lines (35 loc) · 979 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
title: Visual Reactive Programming
description: A course on Visual Reactive Programming using Bonsai, developed by NeuroGEARS, Ltd.
funding: This website was prepared and developed for the Sainsbury Wellcome Centre, University College London.
funding_logo: swc
funding_url: https://www.sainsburywellcome.org/web/
google_analytics:
theme: minima
baseurl: "/swc-2021"
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/