mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-05 23:15:31 -06:00
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
# Site settings
|
|
name: Ryan Walters
|
|
title: Ryan Walters | Aspiring Full Stack Software Engineer
|
|
description: Aspiring full-stack software engineer interested in learning as many languages and frameworks as possible.
|
|
url: https://xevion.github.io/
|
|
baseurl: ''
|
|
email: ryanchwalters@gmail.com
|
|
cover: https://xevion.github.io/img/og.png
|
|
logo: https://xevion.github.io/img/emojis/rainbowflag.png
|
|
resume: https://xevion.github.io/resume.pdf
|
|
social:
|
|
- title: email
|
|
url: mailto:ryanchwalters@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/Xevion/
|
|
# - 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
|