前提你必須有一個GitHub帳號且本機安裝有Git
git
1、建立一個新的倉庫github
去你的https://github.com主頁新建一個倉庫 名字爲USERNAME.github.combootstrap
USERNAME爲你的username(下同)瀏覽器
2、安裝Jekyll-Bootstrap工具
在Git Bash中輸入例如如下命令 將代碼clone到你本地url
git clone https://github.com/plusjade/jekyll-bootstrap.git USERNAME.github.com cd USERNAME.github.com git remote set-url origin https://github.com/itmyline/USERNAME.github.com.git git push origin masterPS:假設想clone到指定文件夾,則使用例如如下格式 git clone xxx.git "指定文件夾"
3、完畢spa
接下來Github將建立你的公開博客在 http://USERNAME.github.com.net
請參考本文搭建的bloghttp://itmyline.github.io/
命令行
假設你已經有blog在Github上?code
假設你機器上安裝有jekyll,假設沒有請參考Windows上安裝Jekyll。
在本地執行Jekyll-Bootstrap,打開命令行工具 輸入例如如下命令:
$ git clone https://github.com/plusjade/jekyll-bootstrap.git $ cd jekyll-bootstrap $ jekyll serve
瀏覽器中打開http://localhost:4000,咱們將能看到和搭建在github上同樣的效果
做者:itmyhome
出處:http://blog.csdn.net/itmyhome1990/article/details/42028597