Live as if you were to die tomorrow. Learn as if you were to live forever.
― Mahatma Gandhi
The title and the quote above summarize well my personal goals for this blog. I hope the content will help others sharpen their saw.
Add the following lines to the Gemfile
to avoid a known issue with webrick:
gem "sdbm"
gem "webrick"
gem "net-telnet"
gem "xmlrpc"
Then using docker:
docker run --rm --volume="$PWD:/srv/jekyll:Z" --publish [::1]:4000:4000 jekyll/jekyll jekyll serve
Or even better with docker-compose:
docker-compose up -d