John's code place

KISS - Keep It Simple and Stupid.

技術日誌開始啦!

| Comments

我的技術日誌開張了, 今後要繼續加油啦!
常用的Octopress指令:
發表文章: rake new_post[“title”]
預覽文章: rake preview
佈署到github: 1.rake generate, 2.git add ., 3.git ci -m “message”, 4.rake deploy

markdown語法:
換行: 兩個空格
換段落: 兩個Enter
超連結: [文字](URL)
圖片: ![alt 文字](圖片URL)
標題: #一級標題, ##二級標題… ######六級標題
引言: >後面接文字
強調: *單星號*, **雙星號**
分隔線: 3個以上減號 —

參考資料:http://markdown.tw/
http://zerodie.github.com/blog/2012/01/19/octopress-github-pages/

Comments