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.
- login to your own github account
- clone jekyll-now
- rename the repos to yourname.github.io
- clone to your local computer
git clone https://github.com/yourname/yourname.github.io.git
- modify
_config.yml
with the right configuration - start blog by adding markdown files under folder _posts
- push to github, and your blog will be there
More detail could be found a blog by barryclark
Written on February 26, 2018