An elegant open source, mobile-first theme for Jekyll. It includes lightweight styles and placeholder content to get you up and running with a simple blog in no time.
Open sourced under the MIT license.
<3
docker run --rm --volume="$PWD:/srv/jekyll" -it jekyll/minimal:3 rake site:publish
cd _site
git push origin master:refs/heads/gh-pages --force
docker run --rm --volume="$PWD:/srv/jekyll" -p 127.0.0.1:4000:4000 -it jekyll/minimal:latest jekyll serve --draft