forked from hackforla/food-oasis-la
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
93 lines (88 loc) · 1.82 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
permalink: pretty
exclude:
- CNAME
- README
- rakefile
- node_modules
- package.json
- package-lock.json
- webpack.config.js
- webpack
keep_files:
- .git
- .gitignore
- .nojekyll
- CNAME
- README
defaults:
- scope:
path: ""
type: locations
values:
layout: location-details
classname: location-details
color: lime
- scope:
path: ""
type: community-garden
values:
layout: location-details
classname: location-details community-garden
color: lime
- scope:
path: ""
type: farmers-market
values:
layout: location-details
classname: location-details farmers-market
color: strawberry
- scope:
path: ""
type: food-pantry
values:
layout: location-details
classname: location-details food-pantry
color: canteloupe
- scope:
path: ""
type: summer-lunch
values:
layout: location-details
classname: location-details summer-lunch
color: canteloupe
- scope:
path: ""
type: supermarket
values:
layout: location-details
classname: location-details supermarket
color: strawberry
- scope:
path: ""
type: cultivate-la
values:
layout: location-details
classname: location-details community-garden
color: lime
collections:
locations:
output: true
permalink: /locations/:path/
community-garden:
output: true
permalink: /community-garden/:path/
farmers-market:
output: true
permalink: /farmers-market/:path/
food-pantry:
output: true
permalink: /food-pantry/:path/
summer-lunch:
output: true
permalink: /summer-lunch/:path/
supermarket:
output: true
permalink: /supermarket/:path/
cultivate-la:
output: true
permalink: /cultivate-la/:path/