WhoNeedsActions Blog Source
Can be seen at: http://WhoNeedsActions.com. Built using the Jekyll (https://jekyllrb.com) and hosted by Github Pages. Based on static files, as opposed to serving posts from a database.
Development
bundle exec jekyll serve
to run the blog locally and preview updates at http://localhost:4000.
Deploying
Simply update the source and push to have Github regenerate the live blog: git push
.