Repo for kryptokommunist.github.io
This is the repo for my personal blog powered by static site generator jekyll and github pages.
Generate container: docker build -t blog
.
Run with terminal: docker run -it --rm -v $(pwd):/site -p 4000:4000 blog /bin/bash
Serve: bundle exec jekyll serve
.
Generate site: bundle exec jekyll build
.