Your browser is looking for a favicon that it can display in the Location Bar. Either give it one, or ignore the warning.
1.參考html
http://www.jianshu.com/p/4fd3cb0a11dapython
到了第三節"3、使用 Jekyll 搭建我的博客"時須要安裝Jekyllgit
2.安裝Jekyll參考github
http://www.jianshu.com/p/1093b5565918編輯器
到了最後一步"5. Jekyll啓動與調試"時遇到了問題post
New jekyll site installed in /Users/myPath. Dependency Error: Yikes! It looks like you don't have bundler or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- bundler' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/! jekyll 3.3.1 | Error: bundler
3.此時參考 ui
http://blog.csdn.net/wyc12306/article/details/51504885this
4.再回到第3步,啓動與調試atom
在E:\GitHub目錄下打開命令行窗口執行spa
jekyll new yadongliang
而後切換到工程目錄並啓動服務
cd yadongliang jekyll serve
訪問localhost:4000
此時已經成功了安裝Jekyll,可是回過頭看命令行窗口最後一行:
參考https://stackoverflow.com/questions/9371378/warning-not-found-favicon-ico
Your browser is looking for a favicon that it can display in the Location Bar. Either give it one, or ignore the warning. |
好像無可厚非?重啓服務再訪問又沒有這問題了...無論了,繼續1中的三.使用Jekyll搭建我的博客,效果和上面的localhost:4000效果同樣,不過是把默認的index.html換爲本身建立的index.html
到了這步,能夠參考
http://cyzus.github.io/2015/06/21/github-build-blog/
文中有推薦的比較多的theme,供參考.
實踐成果:www.yadongliang.com
其餘:
1.下載python,百度python官網再下載,其餘小問題貌似不用詳述了
2.關於jekyll的介紹http://blog.csdn.net/u012675539/article/details/43734055
3.Markdown語法貌似很關鍵,之後發表博客都須要用Markdown語法在_post文件夾下寫了...
參考http://www.williamlong.info/archives/4319.html,文章介紹了多款Markdown編輯器,各有千秋
下載Atom連接https://atom.io/,速度略慢.
紙上得來終覺淺,絕知此事要躬行...