mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-09 10:07:50 -06:00
v3
This commit is contained in:
45
_config_dev.yml
Normal file
45
_config_dev.yml
Normal file
@@ -0,0 +1,45 @@
|
||||
# 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: http://brittanychiang.com/img/og.png
|
||||
logo: http://brittanychiang.com/img/emojis/technologist.png
|
||||
resume: http://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:
|
||||
- jekyll-minifier
|
||||
- jekyll-sitemap
|
||||
Reference in New Issue
Block a user