$ curl -L get.rvm.io | bash -s stable |
$ rvm -v
$ rvm list known
$ rvm install 2.4.0
$ git clone git://github.com/jekyll/jekyll.git
$ cd jekyll
$ script/bootstrap
$ bundle exec rake build
$ ls pkg/*.gem | head -n 1 | xargs gem install -l |
参考:https://jekyllrb.com/docs/installation/
$ jekyll new blog
$cd blog
$jekyll serve
$vi _config.yml
http://macdown.uranusjr.com/