healthyhacker icon indicating copy to clipboard operation
healthyhacker copied to clipboard

Welcome to the Healthy Hacker where we talk about programming, puzzles, memory, fitness, diet, and everything else that you, a healthy hacker, find interesting.

Dev server:

$ cd jekyll
$ bundle exec jekyll serve --host 0.0.0.0

Build it:

$ cd jekyll
$ rm -rf _site
$ wget -O feed.xml https://feeds.transistor.fm/healthy-hacker
$ bundle exec jekyll build
$ cp -rf _site/* ../