forked from ReproNim/module-reproducible-basics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
70 lines (56 loc) · 1.97 KB
/
_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
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
#------------------------------------------------------------
# Values for this lesson.
#------------------------------------------------------------
# What kind of thing is this ("workshop" or "lesson")?
kind: "lesson"
# Overall title for pages.
title: "ReproNim Reproducible Basics Module"
# Repository URL (without trailing slash).
repo: https://github.com/ReproNim/module-reproducible-basics
# Root URL below username.github.io domain, with leading slash but no trailing slash.
# For example, for 'https://neurohackweek.github.io/lesson-example', use '/lesson-example'.
root: "/module-reproducible-basics"
# Contact email address.
email: debian@onerussian.com
#------------------------------------------------------------
# Generic settings (should not need to change).
#------------------------------------------------------------
# Is this production or development? (Overridden in _config_dev.yml.)
is_production: true
# Sites.
nhw_site: "https://neurohackweek.github.io"
nhw_github: "https://github.com/neurohackweek"
swc_site: "https://software-carpentry.org"
template_repo: "https://github.com/swcarpentry/styles"
example_repo: "https://github.com/swcarpentry/lesson-example"
example_site: "https://swcarpentry.github.com/lesson-example"
rn_site: "https://repronim.github.io"
#rn_site: "https://repronim.org"
rn_github: "https://github.com/repronim"
# Start time in minutes (540 is 09:00 am)
start_time: 540
# Specify that things in the episodes collection should be output.
collections:
episodes:
output: true
permalink: /:path/
extras:
output: true
# Set the default layout for things in the episodes collection.
defaults:
- scope:
path: ""
type: episodes
values:
layout: episode
# Files and directories that are not to be copied.
exclude:
- Makefile
- bin
# Turn off built-in syntax highlighting.
highlighter: false
markdown: kramdown
kramdown:
math_engine: mathjax
math_engine_opts:
preview: true # not default but better acessibility