mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 01:15:33 -06:00
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
# Site settings
|
|
name: Brittany Chiang
|
|
title: Brittany Chiang | Front End Software Engineer
|
|
description: Design-minded front-end software engineer focused on building beautiful interfaces and experiences
|
|
url: https://brittanychiang.com/
|
|
baseurl: ""
|
|
email: brittany.chiang@gmail.com
|
|
cover: https://brittanychiang.com/img/og.png
|
|
logo: https://brittanychiang.com/img/emojis/technologist.png
|
|
resume: https://brittanychiang.com/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_dir:
|
|
- jekyll-minifier
|
|
- jekyll-sitemap
|