forked from benbalter/benbalter.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
85 lines (73 loc) · 1.58 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
#Jekyll config file
#title of site
name: Ben Balter
#description of site
description: "Government evangelist, attorney, open source developer"
#URL of site, include http://, do not include a trailing slash
url: "http://ben.balter.com"
#files to exclude, array
exclude:
- CONTRIBUTING.md
- README.md
- LICENSE
- readme.md
- bundle
- src
- CNAME
- Gemfile
- Gemfile.lock
- bower.json
- package.json
- script
- test
- less
- scss
- media
- feature-detects
- composer.json
- component.json
- grunt.js
- assets/vendor/font-awesome/src
- assets/vendor/bootstrap/js
- assets/vendor/bootstrap/less
- assets/vendor/font-awesome/less
- assets/vendor/font-awesome/scss
- assets/vendor/font-awesome/src
- assets/vendor/modernizr/feature-detects
- assets/vendor/modernizr/media
- assets/vendor/modernizr/test
- ".bundle"
- vendor
#number of items in RSS feed
rss_limit: 10
#permalink structure, see https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:year/:month/:day/:title/
# Frontmatter defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
#disqus widget
disqus:
shortname: 'benbalter'
count: 5
api_key: "OQ5OlN2AtWDfIQ0bjIGwdfq9SsEB3P8NdzhYTRak7R45KeAD744aVIqJZDYqvmuL"
#google analytics username
ga_username: 'UA-18088627-1'
twitter:
username: "@benbalter"
account_id: "16211142"
#build config
highlighter: pygments
markdown: kramdown
timezone: America/New_York
encoding: UTF-8
gems:
- jemoji
- jekyll-mentions
- jekyll-redirect-from
- jekyll-sitemap