Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 710 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 710 Bytes

Sharpen The Saw

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.

Run locally for development:

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