forked from play14team/play14-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
66 lines (57 loc) · 1.3 KB
/
_config.yml
File metadata and controls
66 lines (57 loc) · 1.3 KB
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
# Site settings
title: '#play14'
email: team@play14.org
description: > # this means to ignore newlines until "baseurl:"
We believe in playfulness.
An international gathering for people who share the idea that playing is a great way to teach, learn and understand!
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://play14.org" # the base hostname & protocol for your site
twitter_username: play14team
github_username: play14team
# Build settings
markdown: kramdown
paginate: 4
paginate_path: "blog/page:num"
gems:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from
# - jekyll-mentions
# - jemoji
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from
# - jekyll-mentions
#jekyll-mentions:
# base_url: https://twitter.com
collections:
events:
output: true
permalink: :collection/:categories/:path
games:
output: true
permalink: :collection/:path
players:
output: true
permalink: :collection/:path
defaults:
- scope:
path: "/events"
type: "events"
values:
layout: "event"
- scope:
path: "/games"
type: "games"
values:
layout: "game"
- scope:
path: "/players"
type: "players"
values:
layout: "player"
permalink: pretty
emptyArray: []