Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 560 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 560 Bytes

[Blog]

Powered by Hux Blog

Getting Started

  1. You will need Ruby and Bundler to use Jekyll. Following Using Jekyll with Bundler to fullfill the enviromental requirement.

  2. Installed dependencies in the Gemfile:

$ bundle install 
  1. Serve the website (localhost:4000 by default):
$ bundle exec jekyll serve  # alternatively, npm start