步骤一
Example - 新建一个页面,命名为 tags
$ hexo new page "tags"
步骤二
Example - 编辑刚新建的页面,将页面的类型设置为 tags ,主题将自动为这个页面显示标签云
title: Tagcloud
date: 2014-12-22 12:39:04
type: "tags"
注意
如果有启用多说 或者 Disqus 评论,默认页面也会带有评论。需要关闭的话,请添加字段 comments 并将值设置为 false
Example - 配置
title: Tagcloud
date: 2017-6-30 12:39:04
type: "tags"
comments: false
步骤三
Example - 在菜单中添加链接。编辑 主题配置文件 ,添加 tags 到 menu 中
menu:
home: /
archives: /archives
tags: /tags