This site uses jekyll as static site generator and is hosted by Github Pages. In order to develop this site locally:
- Install Ruby
- Install Jekyll:
gem install bundler jekyll
- Clone this repository and change directory
- Run:
bundle exec jekyll serve
and the site should be hosted athttp://localhost:4000
Theme Minimal mistakes
This site uses Minimal Mistakes as the basis for its theme. Please check their documentation in order to learn how to make changes to the theme.