-
Notifications
You must be signed in to change notification settings - Fork 20
/
_config.yml
45 lines (41 loc) · 1.06 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
# Site settings
name: Brittany Chiang
title: Brittany Chiang | Front End Software Engineer
description: Design-minded, detail oriented software engineer passionate about combining beautiful code with beautiful design.
url: http://brittanychiang.com/
baseurl: "/v2"
email: brittany.chiang@gmail.com
cover: http://brittanychiang.com/v2/img/og.jpg
logo: http://brittanychiang.com/v2/img/logo-black.png
resume: http://brittanychiang.com/v2/resume.pdf
social:
- title: email
url: mailto:brittany.chiang@gmail.com
- title: twitter
url: https://twitter.com/bchiang7
- title: instagram
url: https://instagram.com/bchiang7
- title: codepen
url: http://codepen.io/bchiang7
- title: github
url: https://github.com/bchiang7
- title: linkedin
url: https://www.linkedin.com/in/bchiang7
# Build settings
markdown: kramdown
exclude:
- "Gemfile"
- "Gemfile.lock"
- "*.gemspec"
- "README.md"
- "node_modules"
- "build"
- "gulpfile.js"
- "package.json"
keep_files:
- "CNAME"
- ".git"
- ".gitignore"
plugins:
- jekyll-minifier
- jekyll-sitemap