forked from kippt/jekyll-incorporated
-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
63 lines (52 loc) · 1.57 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
info:
# Blog Information
title: "Will Koehler"
subtitle: "Independent web developer living in Columbus, OH"
cover_image: short-north-columbus-oh.jpg
cover_image_caption: "Short North, Columbus, OH. Photo: Pineapple XVI"
about_image: goodale-park-columbus-oh.jpg
about_image_caption: "Goodale Park, Columbus, OH. Photo: Dave K."
logo: logo.png
# Social links
# facebook: sendtoinc
twitter: wckoehler
github: willkoehler
# Comments
disqus:
# Eg. "exampleblog" Set to false to disable comments
shortname: koehlerblog
# Google Analytics tracking ID. Leave blank to disable tracking
google-analytics-id: 'UA-54124306-1'
# Sharing settings
sharing:
twitter: true
facebook: true
hn: false
reddit: true
# Google Fonts
# eg. 'Droid+Sans:400,700|Droid+Serif:400,700'
# google_font: 'Droid+Sans:400,700'
# Setup your fonts, colors etc at _assets/stylesheets/main.scss
# Root URL where the site will be published
url: http://willkoehler.net
# host 0.0.0.0 allows us to access site via sapphire.local or localhost or 127.0.0.1
host: 0.0.0.0
plugins: [jekyll-paginate]
paginate: 10
# safe mode must be disabled to use jekyll-assets.
safe: false
#
# jekyll-assets: see more at https://github.com/ixti/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