diff --git a/README.md b/README.md index a50d61d..be5e200 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ ## Dependencies - [Node.js](https://github.com/creationix/nvm) -- [Ruby](https://github.com/creationix/nvm) +- [Ruby](https://rvm.io/) - `npm install gulp-cli -g` - `gem install jekyll sass bundler jekyll-minifier jekyll-sitemap` ## Getting Started -1. `npm install` -1. `gulp serve` for development -1. `gulp build` for prod +1. `npm install` +1. `gulp serve` for development +1. `gulp build` for prod diff --git a/_config.yml b/_config.yml index b1816c9..7039898 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ 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/resume2018.pdf +resume: https://brittanychiang.com/resume.pdf social: - title: email url: mailto:brittany.chiang@gmail.com diff --git a/_config_dev.yml b/_config_dev.yml index b1816c9..7039898 100644 --- a/_config_dev.yml +++ b/_config_dev.yml @@ -7,7 +7,7 @@ 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/resume2018.pdf +resume: https://brittanychiang.com/resume.pdf social: - title: email url: mailto:brittany.chiang@gmail.com