Step0. Start repo
I fork this jelkyll theme from here.
Step1. Run in local
-
install ruby & gems for jekyll & … Here is useful docs to begin with.
-
Following the command:
bundle install bundle exec jekyll serve -
Check
http://localhost:4000Note: Re-run
bundle exec jekyll serveif 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!