forked from benbalter/benbalter.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
112 lines (99 loc) · 2.13 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
#Jekyll config file
# Basics
name: Ben Balter
author: Ben Balter
title: Ben Balter
description: "Attorney, developer, open source evangelist"
# Images
gravatar_id: ea353bd28baa1aefaefae736a19fcf2a
logo: assets/img/headshot.png
# RDFa structured data
job_title: Open source Evangelist
employer: GitHub
url: "http://ben.balter.com"
location:
city: Washington
state: District of Columbia
country: United States of America
# Social metadata (JSON-LD)
social:
name: Ben Balter
links:
- https://twitter.com/BenBalter
- https://www.facebook.com/ben.balter
- https://www.linkedin.com/in/BenBalter
- https://plus.google.com/+BenBalter
- https://github.com/benbalter
- https://keybase.io/benbalter
# Misc
twitter:
username: "@benbalter"
google_plus_id: BenBalter
ga_username: 'UA-18088627-1'
#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/bootstrap-sass/stylesheets
- 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
- assets/vendor/anchor-js/index.html
- ".bundle"
- vendor
- node_modules
#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
author: benbalter
#disqus widget
disqus:
shortname: 'benbalter'
count: 5
api_key: "OQ5OlN2AtWDfIQ0bjIGwdfq9SsEB3P8NdzhYTRak7R45KeAD744aVIqJZDYqvmuL"
#build config
highlighter: pygments
markdown: kramdown
timezone: America/New_York
encoding: UTF-8
branch: master
gems:
- jemoji
- jekyll-mentions
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
sass:
style: :compressed