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:
1 2
bundle install bundle exec jekyll serve
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: "<!-- more -->"
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!
Comments powered by Disqus.