hexo增加tags页面
1.生成tags的page
1 | hexo new page tags |
2.在新生成的文件中增加一行type: tags
1 | title: Tags |
3.在_config.next.yml中添加tags的menu
1 | menu: |
error_page 404 /index.html;
location = /404/ {
root /root/myblog/public;
internal;
}