-
-
Notifications
You must be signed in to change notification settings - Fork 81
/
_config.yml
42 lines (36 loc) · 875 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
41
title: Teaching Software Carpentry
email: [email protected]
description: >
Software Carpentry is a volunteer organization
that teaches researchers how to get more done with computers
in less time and with less pain.
baseurl: "http://swcarpentry.github.io/training-course"
twitter_username: swcarpentry
github_username: swcarpentry
github_projectname: training-course
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"