Personal Website (Jekyll + GitHub Pages)

Personal Website (Jekyll + GitHub Pages)

Run locally

make install   # install dependencies
make serve     # serve at localhost:4000 with live reload

Deploy

make deploy    # commits all changes and pushes to master

Pushing to master triggers GitHub Pages to build and deploy automatically.