像hackers一样写博客(三):你的Octopress增加文章分
发现在octopress似乎没有现成可以放在sidebar的分类,于是自己动手弄一个,首先你可以增加个category_list.rb防止在Octoprss的plugins文件夹下
打开根目录的_config.yml,加上一些设定
default_asides: [asides/about.html, asides/recent_posts.html, asides/categories_tag.html]
发布时间: 2012-06-29 15:48:46 作者: rapoo
像hackers一样写博客(三):你的Octopress增加文章分
发现在octopress似乎没有现成可以放在sidebar的分类,于是自己动手弄一个,首先你可以增加个category_list.rb防止在Octoprss的plugins文件夹下
打开根目录的_config.yml,加上一些设定
default_asides: [asides/about.html, asides/recent_posts.html, asides/categories_tag.html]