27 Feb 2016

setup Jekyllbootcamp

1. Setup: Host on GitHub

$ git clone https://github.com/plusjade/jekyll-bootstrap.git anduowang.github.io
$ cd anduowang.github.io/
$ git remote set-url origin git@github.com:anduowang/anduowang.github.io.git
$ git push origin master

2. Run Jekyll Locally

$ jekyll serve