This blog is served at https://ysk24ok.github.io/ by Github Pages.
$ make deps
This command installs gems under vendor/bundle
.
$ make new TITLE=new_post_about_something
This command creates _posts/YYYY-MM-DD-new_post_about_something.md
.
$ make serve
This command serves the site at localhost:4000.