We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
添加一个标签云页面,并在菜单中显示页面链接。
新建一个页面,命名为 tags 。命令如下:
tags
hexo new page "tags"
编辑刚新建的页面,将页面的类型设置为 tags ,主题将自动为这个页面显示标签云。
title: All tags date: 2014-12-22 12:39:04 type: "tags" ---
在菜单中添加链接。编辑主题的 _config.yml ,添加 tags 到 menu 中,如下:
_config.yml
menu
menu: home: / archives: /archives tags: /tags