forked from swcarpentry/training-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (35 loc) · 838 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
title: Teaching Software Carpentry
email: [email protected]
description: >
Software Carpentry is a volunteer organization whose goal is to make
scientists more productive, and their work more reliable, by teaching them
basic computing skills.
baseurl: "/training-course"
twitter_username: swcarpentry
github_username: swcarpentry
collections:
submissions:
output: true
# Build settings
safe: true # because Github Pages
lsi: false # because Github Pages
markdown: kramdown
paginate: 10
paginate_path: blog/page:num/
exclude:
- Gemfile
- Gemfile.lock
- README.md
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "submissions"
values:
layout: "submission"