-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
139 lines (124 loc) · 3.73 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Site settings
title: Southern Ohio Trails
logo:
email: [email protected]
description: Explore Southern Ohio's Amazing Bikeways, Hiking & Mountain Bike Trails
about: Explore Southern Ohio's Amazing Bikeways, Hiking, Backpacking & Mountain Bike Trails
header-img: map-header-gray.jpg
baseurl: "" # the subpath of your site, e.g. /blog/ (If you use organization leave empty)
#url: "http://trails.ovrdc.org" #https://jekynewage.github.io" # the base hostname & protocol for your site
url: "https://www.sohiotrails.org"
about: >-
The Southern Ohio Trails site exists to promote Active Transportation and outdoor exploration in Southern Ohio. It is funded in part by the Ohio Department or Transportation, the Appalachian Regional Commission, the Economic Development Services Agency and OVRDC members.
<br><br>
The OVRDC portion of the code for this site is in the public domain and can be found on <a href="https://github.com/ovrdc/trails-portal" target="_blank">GitHub</a>.
<br><br>
For more information, please use the contact form on the <a href="http://www.ovrdc.org/contact" target="_blank">OVRDC website</a> and use the subject 'Trail Map', or file an issue on GitHub.
addthis_id:
# permalink: pretty
permalink:
# Social networks usernames (many more available: flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) see all icon at fontawesome.io
social:
- title: flikr
url:
# Build settings
environment: local
markdown: kramdown
highlighter: rouge
#paginate: 5
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md", "Gemfile", "Gemfile.lock"]
include: ["_pages"]
#plugins: [jekyll-feed, jekyll-retinamagick]
#gems: [jekyll-paginate, jekyll-feed]
sass:
style: compressed
#compress settings
compress_html:
blanklines: true
#data page generation settings
page_gen-dirs: true # uncomment, if you prefer to generate named folders
page_gen:
- data: 'ovrdc_trails'
template: 'trails'
name: 'Name'
dir: 'trails'
#Jekyll Collections & Defaults
collections:
trails:
output: true
parks:
output: true
defaults:
- scope:
path: "_trails"
type: trails
values:
layout: trails
- scope:
path: "_parks"
type: parks
values:
layout: parks
- scope:
path: "_pages"
type: pages
values:
layout: default
- scope:
path: "_posts"
type: "posts"
values:
layout: post
permalink: /blog/:year/:title/
#retina_magick settings:
#original images should be 1920x1280 to maintain ratios crop not current working
retinamagick:
small1:
source: /assets/img/homepage-images
destination: /assets/img/homepage-images/small
scale: "320x214^"
interlace: "Plane"
crop: "320x214-0x0"
interlace: "Plane"
quality: 90
medium1:
source: /assets/img/homepage-images
destination: /assets/img/homepage-images/medium
scale: "480x320^"
crop: "480x320-0x0"
interlace: "Plane"
quality: 70
large1:
source: /assets/img/homepage-images
destination: /assets/img/homepage-images/large
scale: "1920x1280^"
interlace: "Plane"
quality: 70
small2:
source: /_trails/images
destination: /trails/images/small
scale: "320x214^"
crop: "320x214-0x0"
interlace: "Plane"
quality: 90
medium2:
source: /_trails/images
destination: /trails/images/medium
scale: "640x426^"
crop: "640x426-0x0"
interlace: "Plane"
quality: 70
medium-large:
source: /_trails/images
destination: /trails/images/medium-large
scale: "640x426^"
crop: "740x495-0x0"
interlace: "Plane"
quality: 70
large2:
source: /_trails/images
destination: /trails/images/large
scale: "1920x1280^"
interlace: "Plane"
quality: 70
#sample images provided by pixbay