If you have a GitHub account and you have Git installed natively
First, create a new warehouse
Go to your https://github.com homepage, create a new warehouse named USERNAME.github.com
Username for your username (hereinafter)
Second, installation Jekyll-bootstrap
Enter the following command in Git bash for example to clone the code to your local
git clone https://github.com/plusjade/jekyll-bootstrap.git USERNAME.github.comcd USERNAME.github.comgit remote Set-url origin Https://github.com/itmyline/USERNAME.github.com.gitgit push Origin master
PS: If you want to clone to a specified folder, use the following format, such as Git clone xxx.git "Specify folder"
Three, complete
Next GitHub will create your public blog at http://USERNAME.github.com
Please refer to the bloghttp://itmyline.github.io/of this article
Suppose you already have a blog on GitHub?
Assuming you have Jekyll installed on your machine, assume that you do not have the Jekyll installed on Windows.
To execute jekyll-bootstrap locally, open the command-line tool input such as the following command:
$ git clone https://github.com/plusjade/jekyll-bootstrap.git$ CD jekyll-bootstrap$ Jekyll serve
Open the http://localhost:4000 in the browser and we'll be able to see and build the same effect on GitHub.
Itmyhome
Source: http://blog.csdn.net/itmyhome1990/article/details/42028597
Jekyll Bootstrap build GitHub blog