-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config_dev.yml
39 lines (35 loc) · 914 Bytes
/
_config_dev.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
# Site settings
name: Dan Chavez
title: Dan Chavez | Full Stack Developer
description: Design-minded full stack developer who combines the power of code and design to bring ideas to life
url: https://dnachavez.github.io/
baseurl: ''
email: [email protected]
cover: https://dnachavez.github.io/img/og.png
logo: https://dnachavez.github.io/img/emojis/technologist-medium-skin-tone.png
resume: https://dnachavez.github.io/dan-chavez-resume.pdf
social:
- title: email
url: mailto:[email protected]
- title: instagram
url: https://instagram.com/dnachavez
- title: github
url: https://github.com/dnachavez
# 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