forked from genderkit/genderkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
95 lines (89 loc) · 1.74 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
title: Gender Construction Kit
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
The UK guide to changing things linked to gender
url: "https://genderkit.github.io" # the base hostname & protocol for your site, e.g. http://example.com
baseurl:
twitter_username: genderkit
facebook_username: genderkit
github_username: genderkit
permalink: pretty
# Build settings
markdown: CommonMarkGhPages
commonmark:
options: ["DEFAULT", "SMART"]
gems:
- 'jekyll/scholar'
- jekyll-last-modified-at
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- "old/*"
- vendor # Gem install location under travis
- scripts
- .travis.yml
- Rakefile
- logs
- LICENSE
- CONTRIBUTING.md
- README.md
- whitelist
- "data/*"
- "vagrant/*"
collections:
articles:
output: true
categories:
output: true
explore:
output: true
words:
output: true
resources:
output: true
defaults:
- scope:
path: ""
values:
noindex: true
- scope:
path: ""
type: articles
values:
layout: article
weighting: 999
permalink: /article/:name/
- scope:
path: ""
type: categories
values:
layout: category
permalink: /category/:name/
- scope:
path: ""
type: explore
values:
layout: explore
permalink: /explore/:name/
- scope:
path: ""
type: words
values:
layout: word
permalink: /word/:name/
- scope:
path: ""
type: resources
values:
layout: misc
permalink: /resources/:name/
stylus:
compress: true
scholar:
style: custom
bibliography_template: "{{reference}}"
bibtex_filters:
- latex
bibliography_item_attributes:
class: bibitem