Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 284 Bytes

File metadata and controls

23 lines (17 loc) · 284 Bytes

Personal Website

This website is based on the al-folio template. https://github.com/alshedivat/al-folio

Setup

Run locally:

bundle exec jekyll serve

Build:

rm -rf _site
bundle exec jekyll build

Deploy:

git subtree push --prefix _site origin gh-pages