Readme

Jekyll GitHub last commit Netlify Status licensebuttons by-sa

Summary

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.

Jekyll cheat sheet

Preview locally: bundle exec jekyll serve

Git cheat sheet

Create new repo: git init

Stage all changes: git add .

Commit staged changes: git commit -m "<message>"

Push changes: git push -u origin master

Markdown cheat sheet

Adam-p’s cheat sheet