-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
55 lines (55 loc) · 1014 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
name: nourish
email: [email protected]
highlighter: rouge
image_folder: /assets/images
markdown: kramdown
timezone: Europe/London
upload_folder: /assets/uploads
git_repo: https://github.com/simlrh/nourish.je
gems:
- jekyll-textile-converter
- jekyll-github-comments
exclude:
- node_modules
- bower_components
- src
- package.json
- Gruntfile.js
- bower.json
- s3_website.yml
- semantic
github_comments:
repo: simlrh/nourish.je
excerpt_separator: <!--more-->
collections:
articles:
output: true
permalink: "/:path/index.html"
casestudies:
output: false
projects:
output: true
permalink: "/:collection/:path/index.html"
tumbles:
output: true
permalink: "/:collection/:path/index.html"
defaults:
-
scope:
path: ""
type: tumbles
values:
layout: post
-
scope:
path: ""
type: projects
values:
layout: project
-
scope:
path: ""
type: articles
values:
layout: post