-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
36 lines (29 loc) · 985 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
info:
title: "Clintonville Neighborhood Greenways"
# Google Analytics tracking ID. Leave blank to disable tracking
ga-measurement-id: 'UA-54124306-2'
# Google Fonts
# eg. 'Droid+Sans:400,700|Droid+Serif:400,700'
# google_font: 'Droid+Sans:400,700'
# Root URL where the site will be published
url: https://clintonvillegreenways.org
# safe mode must be disabled to use jekyll-assets.
safe: false
# Using 0.0.0.0 allows us to access site through sapphire.local or localhost or 127.0.0.1
host: 0.0.0.0
# Only re-builds posts and pages that have changed
### Disabled because it doesn't seem to play well with jekyll-assets ###
# incremental: true
# jekyll-assets: see more at https://github.com/envygeeks/jekyll-assets
assets:
dirname: assets
baseurl: /assets/
gzip: [ text/css, application/javascript ]
sources:
- _assets/javascripts
- _assets/stylesheets
- _assets/images
caching:
path: ".jekyll-cache/assets"
type: file
enabled: true