My code works, I don’t know why.

國王的耳朵是驢耳朵

Add Categories List Plugin to Octopress

| Comments

安裝方式如下

  • 下載Plugin
    • 因為檔案和Octopress 的路徑重疊,懶的處理可能的git問題,所以我直接拉zip。
  • 修改_config.yml,把custom/asides/category_cloud.html, custom/asides/category_list.html, custom/asides/top_category_list.html加入到default_asides:這段裏面。
    • 最後頁面右邊會出現相對應的Category資訊
  • 建立上方連結
    • rake newpage['categories']
    • 修改soource/categories/index.md,範例在這邊
    • 更改source/_includes/custom/navigation.html
      • 加入<li><a href="/categories">Categories</a></li>
    • rake generate
      • 不確定這個是否可以省略
    • rake preview
      • 看看有沒有錯誤
    • rake deploy
    • 記得把更改和新增的檔案commit並push到origin source

參考資料

Comments