※ 引述《On1earth (小淺)》之銘言:
: 請問大家有什麼blog系統或平台比較適合拿來貼程式碼嗎?
: 想記錄一些coding上遇到的麻煩與解法,
: 主要有兩點比較重要
: 1. 方便貼程式碼,有highlight
: 2. 方便在文章插圖(會有step by step一步驟一張圖的需求),
: 架好wordpress後發現不太適合這種用途,
: 例如貼xml要手動轉換< >等字元、縮排也不方便。
: 謝謝。
有 syntax highlighting 的很多,
但有做到第 2 點的比較少。
現在流行能用靜態網站做到的,就不要用動態的,像 blogging 就蠻適合用靜態網站的,
搭配 GitHub Pages (前幾篇有中文教學) 就能呈現。
這邊有人整理各個靜態網站 generator 的比較:http://staticsitegenerators.net/
從中舉幾個 syntax highlighting 的 demo:
1. Octopress (Ruby)
http://octopress.org/docs/plugins/codeblock/
2. Nikola (Python)
http://getnikola.com/handbook.html#gist
3. Hexo (JavaScript)
http://hexo.io/docs/tag-plugins.html#Code_Block
4. Hugo (Go)
http://hugo.spf13.com/extras/highlighting