0%

hexo next 增加标签页

修改 themes/next/_config.yml 以启用标签页选项

1
2
3
4
5
menu:
home: / || fa fa-home
#about: /about/ || fa fa-user
- #tags: /tags/ || fa fa-tags
+ tags: /tags/ || fa fa-tags

增加标签页

  1. hexo new page tags

  2. 修改 source/tags/index.md 文件

    1
    2
    3
    4
    5
    ---
    title: tags
    date: 2024-06-07 01:55:57
    +type: tags
    ---