forked from hackercouch/hackercouch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
51 lines (48 loc) · 811 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
title: Hackercouch
description: Hospitality for Hackers, by Hackers.
url: https://hackercouch.com
markdown: kramdown
kramdown:
input: GFM
exclude:
- .editorconfig
- .gitignore
- CNAME
- Gemfile*
- Rakefile
- README.md
- vendor
- .jekyll-cache
collections:
couches:
output: true
# The json collection is a symlink
# to the _couches collection
json:
output: true
api:
fields:
- city
- country
- region
- email
- github
- couchsurfing
- relative_path
- url
- content
emptyHash: {}
defaults:
- scope:
type: couches
values:
layout: couch
- scope:
type: json
values:
layout: json
permalink: /couches/:path.json
# Ignore warnings
# https://github.com/jekyll/minima/issues/709
sass:
quiet_deps: true