jekyll add github equal blog
Make a Repository
Following the https://pages.github.com/ make a repository.
Install Jekyll
Create new jekyll site
git clone https://github.com/sunwxg/sunwxg.github.io.git
cd sunwxg.github.io
jekyll new .
Browse your blog site
jekyll build
jekyll serve
Browse http://localhost:4000
Change _config.yml
file
Reference jekyll manual
Push to remote repository
Browse http//sunwxg.github.io