modille.github.io

http://modille.github.io/

Setup

brew install rbenv
rbenv install -f .ruby-version
rbenv init

gem install bundler
bundle install

Serve locally

bundle exec jekyll serve

Add post

title="hello world"
touch _posts/$(date "+%Y-%m-%d")-${title// /-}.md