Personal website. PhD Student in Linguistics at the University of Washington.
- Edit main about page:
_pages/about.md
- Add updated CV to
assets/pdf/
- Change filename of CV in
_pages/teaching.md
- Change filename of CV in
_includes/header.html
- Add news: create new file in
_news/
- Change
last_updated
field in_config.yml
- Add new year to publications in
_pages/publications.md
- Add publications:
_bibliography/papers.bib
- Change profile picture in
_pages/about.md
- Add co-authors' websites:
_data/coauthors.yml
- To run:
bundle exec jekyll serve
git add all
git add -A
commit changes
git commit -m {message}
./bin/deploy --user
git push
git push