forked from DataONEorg/Education
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
67 lines (62 loc) · 1.83 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
title: Data Management Skillbuilding Hub for Data Management
email: https://www.dataone.org/contact
description: > # this means to ignore newlines until "baseurl:"
The Data Management Skillbuilding Hub contains resources for better data management and is open to community input and update. These resources are intended for researchers, teachers, librarians, or anyone who needs to learn better data management practices.
baseurl: "/Education" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: DataONEorg
github_username: DataONEorg
analytics_code: "UA-15017327-22"
show_content_type_filter: 1 #Set this to 1 to show the "Filter by content type" option on the home page.
show_debug: 0
life_cycle_steps: ["plan","collect","assure","describe","preserve","discover","integrate","analyze"]
exclude:
- "Gemfile"
- "Gemfile.lock"
- "node_modules"
- "_bestpractices/README.md"
- "_bestpractices/_config.yml"
- "_bestpractices/index.md"
- "_lessons/_includes"
- "_lessons/_layouts"
- "_lessons/_lessons"
- "_lessons/css"
- "_lessons/img"
- "_lessons/js"
- "_lessons/MegansEditing"
- "_lessons/resources"
- "_lessons/templates"
- "_lessons/_config.yml"
- "_lessons/Gemfile"
- "_lessons/LICENSE"
- "_lessons/Makefile"
- "_lessons/README.md"
- "_lessons/remark2pdf"
# Format for the slides, can be either 16:9 or 4:3
format: '4:3'
# Collections
collections:
lessons:
output: true
output_ext: .html
permalink: :path
bestpractices:
output: true
output_ext: .html
permalink: :path
videos:
output: true
output_ext: .html
permalink: :path
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
defaults:
-
scope:
path: ""
type: "lessons"
values:
layout: "slides"