Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1020 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 1020 Bytes

Emily P. Ahn

Personal website. PhD Student in Linguistics at the University of Washington.

Site Design Credits to al-folio

demo license

Notes to self:

  • 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