Setup Blog with jekyll-now on github

There are many ways setup blogs. With jekyll-now, it only takes few minutes, just with few steps.

  1. login to your own github account
  2. clone jekyll-now
  3. rename the repos to yourname.github.io
  4. clone to your local computer git clone https://github.com/yourname/yourname.github.io.git
  5. modify _config.yml with the right configuration
  6. start blog by adding markdown files under folder _posts
  7. push to github, and your blog will be there

More detail could be found a blog by barryclark

Written on February 26, 2018