-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (62 loc) · 1.6 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
title: Mossley Heritage
description: Mossley is a typical former mill town for the wool and cotton industry. Discover how it grew from a hamlet with otters and eagles in the valley bottom to the thriving town it is today.
mapbox_token: "pk.eyJ1IjoibW9zc2xleWhlcml0YWdlIiwiYSI6ImNqeDFzOGk2MDBjMWgzeW1xYXZ3cjA5eTgifQ.wDNyjGwJn0ZEof6REf-xVQ"
mapbox_style: "mapbox://styles/mossleyheritage/cjx1t82kj053c1cpaoaupfxfh"
google_analytics_code: UA-121415406-1
url: https://mossleyheritage.org
html_proofer:
check_favicon: true
check_html: true
collections_dir: collections
collections:
goose:
output: true
permalink: /trails/gooses-gander/stops/:title
dog:
output: true
permalink: /trails/dogs-life/stops/:title
crow:
output: true
permalink: /trails/crow-flies/stops/:title
bat:
output: true
permalink: /trails/bats-eye-view/stops/:title
horse:
output: true
permalink: /trails/horses-tale/stops/:title
defaults:
- scope:
path: ""
type: "bat"
values:
layout: "stop"
scheme: "bat"
trail_name: "A Bat's Eye View"
- scope:
path: ""
type: "crow"
values:
layout: "stop"
scheme: "crow"
trail_name: "As the Crow Flies"
- scope:
path: ""
type: "dog"
values:
layout: "stop"
scheme: "dog"
trail_name: "A Dog's Life"
- scope:
path: ""
type: "goose"
values:
layout: "stop"
scheme: "goose"
trail_name: "A Goose's Gander"
- scope:
path: ""
type: "horse"
values:
layout: "stop"
scheme: "horse"
trail_name: "A Horse's Tale"