在Github上面搭建了一个Jekyll的博客,想给文章添加一下分类,网上搜了一下没看到有什么好的方案,大部分不能在Github上使用,大家有没有什么方法来实现呢?
1
bearcat001 May 30, 2014 http://jekyllrb.com/docs/frontmatter/
官方文档里有写,用category |
2
Aegwynn May 30, 2014 |
3
zhwei May 30, 2014 github上的jekyll支持tag的, 每篇文章添加一个tag不就是分类了么。
|
4
sohu022 OP @zhwei 嗯,刚接触,以前一直用wordpress,后来用了转移到Ghost,最近有打算用github page,想在hexo 和jekyll以及octpress中间选一个。
|
6
usedname May 30, 2014
http://never.doubting.me/2013/04/18/2013-04-18-setup-octopress-on-github-step-by-step/
--- layout: post title: "教程:一步步在github上建立octopress博客" date: 2013-04-18 01:13 author: znithy comments: true categories: - 教程 - github - octopress published: false --- 上面这个就是分类啊 |