-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
36 lines (33 loc) · 835 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
# Basic options
title: Intermediate Version Control
short_name: intermediate-vc
developers: [Stephen Cook]
description: Version control for intermediate workflows and collaboration.
n_sessions: 2
prereq: Introduction to Version Control
url: https://coding-for-reproducible-research.github.io/intermediate-version-control
# Specify that things in the episodes collection should be output.
collections:
episodes:
output: true
permalink: /:path/index.html
sort_by: lesson
# Set the default layout for things in the episodes collection.
defaults:
- values:
root: .
layout: page
- scope:
path: ""
type: episodes
values:
root: ..
layout: episode
- scope:
path: ""
type: extras
values:
root: ..
layout: page
# Build settings
theme: jekyll-theme-slate