Creat a tags cloud page
generate a new page named “tags”.
1 | hexo new page "tags" |
edit the new generated file “./source/tags/index.md”
1 | title: All tags |
add the “tags” into “menu”: open the _config.yml in blog root path and add:
1 | menu: |
1 | hexo new page "tags" |
1 | title: All tags |
1 | menu: |