forked from benbalter/benbalter.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
156 lines (137 loc) · 2.97 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
title: Ben Balter
description: Technology leadership, collaboration, and open source
author:
name: Ben Balter
twitter: benbalter
pgp_key: 07C6 73FB F30E 01C0 C342 7AB8 DBB6 7C24 6AD3 56C4
url: "https://ben.balter.com"
repository: benbalter/benbalter.github.com
# logo: "/assets/img/headshot.jpg"
twitter:
username: "@benbalter"
social:
name: Ben Balter
links:
- https://twitter.com/BenBalter
- https://linkedin.com/in/BenBalter
- https://github.com/benbalter
- https://facebook.com/ben.balter
- https://instagram.com/benbalter
- https://threads.net/@benbalter
- https://mastodon.social/@benbalter
# cloudflare:
# id: 71539cb18e584e6595f62fa7104b24ca
exclude:
- /CONTRIBUTING.md
- /README.md
- /LICENSE
- /bundle
- /src
- /CNAME
- /Gemfile
- /Gemfile.lock
- /bower.json
- /package.json
- /package-lock.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/README.md
- "/.bundle"
- /vendor
- /node_modules
- /Rakefile
- /retlab
- /dictionary.txt
- /assets/vendor/turbolinks/test/
- /spec/
- /comments.xml
- /docker-compose.yml
permalink: "/:year/:month/:day/:title/"
defaults:
- scope:
path: ""
type: posts
values:
layout: post
comments: true
- scope:
path: ""
type: pages
values:
layout: page
comments: false
timezone: America/New_York
encoding: UTF-8
lang: en-US
branch: main
future: true
plugins:
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-avatar
- jekyll-github-metadata
- jekyll-mentions
- jekyll-og-image
sass:
style: compressed
theme: retlab
gist:
noscript: false
collections:
- resume_positions
nav_pages:
- index.html
- about.md
- contact.md
footer_pages:
- other-recommended-reading.html
- fine-print.md
contact_links:
- name: Email
url: "mailto:[email protected]"
icon: fa-solid fa-envelope
- name: Add to contacts
url: https://ben.balter.com/vcard.vcf
icon: fa-solid fa-address-card
- name: Bluesky
url: https://bsky.app/profile/ben.balter.com
icon: fa-brands fa-bluesky
- name: LinkedIn
url: https://www.linkedin.com/in/benbalter
icon: fa-brands fa-linkedin
- name: GitHub
url: https://github.com/benbalter
icon: fa-brands fa-github
amazon:
affiliates_tag: benbalter07-20
# JSON-LD
email: [email protected]
employer:
name: GitHub
url: https://github.com
job_title: Director of Engineering Operations and Culture
handle: benbalter
og_image:
domain: ben.balter.com
image: ./assets/img/headshot.jpg
border_bottom:
width: 20
fill:
- "#4285F4"