Life is Struggle

Octopress 增加分類側欄

原本是參考這篇 http://blog.eddie.com.tw/2011/12/05/add-catetories-to-sidebar-in-octopress/

但發現在 rake preview 會有重覆噴 category log 的問題
在底下的留言發現有人解決, 而且把 code 貢獻出來 (網路上的好人真多^^)
所以照著 https://github.com/tokkonopapa/octopress-tagcloud 的步驟來做

1. 到 https://github.com/tokkonopapa/octopress-tagcloud 將 tag_cloud.rb, category_list.html, tag_cloud.html 抓回來放到以下位置


2. 修改 _config.yml 的 default_asides 設定

1
default_asides: [custom/asides/tag_cloud.html, custom/asides/category_list.html, asides/recent_posts.html, asides/github.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html]

3. 重新 rake generate 再 rake preview 即可看到結果~


註: 若要調整 css, 可以到 sass/custom/_styles.scss