Step0. Start repo

I fork this jelkyll theme from here.

Step1. Run in local

  1. install ruby & gems for jekyll & … Here is useful docs to begin with.

  2. Following the command:

    bundle install
    bundle exec jekyll serve
  3. Check http://localhost:4000

    Note: Re-run bundle exec jekyll serve if any changes in _config.yml, other changes should be automatically updated.

Step2. Customize

I customize sidebar a little bit: add photos and biograph.

Customize excerpts

excerpt_separator: "" add this to _config.yml which make post above this line become excerpt, below this line become main context.

StepN. Upload to github

Well down!