- Follow this guide to install Ruby and Jekyll
- Install Node
git clone
this repo and thencd
inside the directory- Comment out the
url
andbaseurl
lines of_config.yml
when working locally - Install Ruby dependencies by running
bundle install
- Install Node dependencies by running
npm install
- Run the server with
bundle exec jekyll serve
Setup based on TailPages by Harry Wang (Chinese: 王建楠)