Home Build My Github HomePage
Post
Cancel

Build My Github HomePage

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:

    1
    2
    
    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: "<!-- 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!

This post is licensed under CC BY 4.0 by the author.

Optimizer in Deep Learning: A summaization

CodePEFT

Comments powered by Disqus.