forked from mynamebrody/mynamebrody.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config_dev.yml
More file actions
45 lines (41 loc) · 1.04 KB
/
Copy path_config_dev.yml
File metadata and controls
45 lines (41 loc) · 1.04 KB
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
# Site settings
name: Brody Berson
title: Brody Berson | Partner & Integrations Focused Engineer
description: Software Engineer focused on working with partners to help integrate APIs into their own products
url: https://mynamebrody.com/
baseurl: ''
email: brody@hey.com
cover: https://mynamebrody.com/img/og.png
logo: https://mynamebrody.com/img/emojis/memoji.png
resume: https://mynamebrody.com/resume.pdf
social:
- title: email
url: mailto:brody@hey.com
- title: twitter
url: https://twitter.com/brody_berson
- title: instagram
url: https://instagram.com/mynamebrody
- title: medium
url: https://medium.com/@mynamebrody
- title: github
url: https://github.com/mynamebrody
- title: linkedin
url: https://www.linkedin.com/in/brodyharrisberson
# Build settings
markdown: kramdown
exclude:
- 'Gemfile'
- 'Gemfile.lock'
- '*.gemspec'
- 'README.md'
- 'node_modules'
- 'build'
- 'gulpfile.js'
- 'package.json'
keep_files:
- 'CNAME'
- '.git'
- '.gitignore'
plugins_dir:
- jekyll-minifier
- jekyll-sitemap