This is the repository for my blog.
It is based on Jekyll and uses the whiteglass theme.
I use forestry.io to edit content.
It is deployed with Netlify.
The favicon was generated using favicon.io.
Preview locally: bundle exec jekyll serve
Create new repo: git init
Stage all changes: git add .
Commit staged changes: git commit -m "<message>"
Push changes: git push -u origin master