A space where whatever I want to write.
$ brew install ruby
$ gem install jekyll bundler
# cd the directory of this directory.
$ jekyll new . --force
# installed dependencies in the Gemfile:
$ bundle install
$ bundle exec jekyll serve # alternatively, npm start
Now visit localhost: 4000 for preview.
Powered by Hux Blog