-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
66 lines (52 loc) · 1.79 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
#------------------------------------------------------------
# Values for this site.
#------------------------------------------------------------
# Domain for searches.
domain: "https://data-lessons.github.io/dh-openrefine"
# URL for repository.
repo: "https://github.com/data-lessons/dh-openrefine"
# Root URL for lesson below domain.
root: "/dh-openrefine"
# Overall lesson title.
title: "OpenRefine Lessons for Digital Humanities"
# Contact email address.
email: [email protected]
# What kind of thing is this ("workshop", "lesson")?
kind: "lesson"
# Which carpentry is this ("swc", "dc")?
carpentry: "dc"
#------------------------------------------------------------
# Generic settings (should not need to change).
#------------------------------------------------------------
# Sites.
amy_site: "https://amy.software-carpentry.org/workshops"
dc_site: "https://datacarpentry.org"
swc_github: "https://github.com/swcarpentry"
swc_site: "https://software-carpentry.org"
template_repo: "https://github.com/gvwilson/new-template"
example_repo: "https://github.com/gvwilson/new-lesson-example"
example_site: "https://gvwilson.github.com/new-lesson-example"
workshop_repo: "https://github.com/gvwilson/new-workshop-template"
workshop_site: "https://gvwilson.github.io/new-workshop-template"
# 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