hexo next 文章添加分类

添加分类页

新建一个页面,命名为categories,命令如下:

hexo new page categories

编辑刚新建的页面,将页面的类型设置为categories,主题将自动为这个页面显示所有分类

title: 分类
date: 2014-12-22 12:39:04
type: "categories"
---

注意:如果有启用多说 或者 Disqus 评论,默认页面也会带有评论。需要关闭的话,请添加字段 comments 并将值设置为 false,如:

title: 分类
date: 2014-12-22 12:39:04
type: "categories"
comments: false
---

在菜单中添加链接。编辑主题的 _config.yml ,将 menu 中的 categories: /categories 注释去掉,如下:

menu:
  home: /
  categories: /categories
  archives: /archives
  tags: /tags

添加文章分类关联

hexo中有Front-matter这个概念,是文件最上方以 — 分隔的区域,用于指定个别文件的变量。举个栗子,在hexo new post article时会生成article.md文件,文件生成好的文章属性。

---
title: hexo next 为文章添加分类
date: 2016-03-16 08:12:43
tags:
---

在其中添加categories属性,再部署之后就可以在分类页看到分类了

---
title: hexo next 为文章添加分类
date: 2016-03-16 08:12:43
tags:
categories: 前端
--- 
子分类
---
title: 搭建phalcon项目
date: 2016-03-16 08:12:43
tags:
categories: 
- php
- 框架
- phalcon
---

content

参照:https://whx4j8.github.io/2016/03/16/hexo-next-添加为文章添加分类/

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值