1,创建标签页。
hexo new page tags
完成后有提示:
INFO Created: /opt/blog/source/tags/index.md
2,修改上一步生成的md文件,添加type: “tags”到文件中,改好后是这样的:
—
title: tags
date: 2020-02-18 03:14:58
type: “tags”
—
3,打开博文md文件,添加标签属性:
tags:
– server
4,重新发布即可看到。
与文章分类不同的是,文章可以有多个标签。