Init jekyll for local development with Docker. You don't need to install jekyll or ruby locally.
- Install Docker
- Start development server:
./bin/docker-run.sh
- Change something locally and check localhost:4000
- SSH into container:
docker exec -it blog /bin/bash
- Run jekyll command like
jekyll help
- Run jekyll command like