-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
80 lines (70 loc) · 1.58 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
68
69
70
71
72
73
74
75
76
77
78
79
80
# Jekyll configuration precedence:
# 1. Gruntfile task
# 2. config.build.yml
# 3. config.yml
name: thoughtworksarts.io
url: 'https://thoughtworksarts.io'
author:
name: Andrew McWilliams
email: [email protected]
display-banner: false
banner-url: /open-call/2020-synthetic-media/
banner-text: "Open Call: Simulacra & Similitude"
# Grunt handles images and assets.
exclude: ['images', 'stylesheets', 'javascript', 'fonts',
'**.png', '**.jpg', '**.jpeg', '**.gif', '**.webp', '**.svg', '**.ico']
include: ['.htaccess']
# _config.build.yml sets future and show_drafts to false on `grunt build`
future: true
show_drafts: true
excerpt_separator: <!--excerpt-ends-->
pagination:
enabled: true
sort_reverse: true
collection: posts
per_page: 7
permalink: /page:num/
permalink: /blog/:title/
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate-v2
collections:
projects:
output: true
permalink: /projects/:path/
newsletters:
output: true
permalink: /newsletters/:slug/
people:
output: true
permalink: /bio/:path/
features:
output: false
defaults:
- scope:
type: pages
values:
layout : default
- scope:
type: posts
values:
layout : post
bodyid : news
- scope:
type: newsletters
values:
layout : newsletter
bodyid : news
- scope:
type: projects
values:
layout : project
bodyid : expo
bodyclass : detail-page
- scope:
type: people
values:
layout : bio
bodyid : expo
bodyclass : detail-page bio