Hexo下的Tag/Categories栏
Step 1
hexo new page "tags"Step 2
---
title: "tags"
type: tags
layout: "tags"
---Step 3
menu:
home: / || home
#about: /about/ || user
tags: /tags/ || tags
categories: /categories/ || th
archives: /archives/ || archive
#schedule: /schedule/ || calendar
#sitemap: /sitemap.xml || sitemap
#commonweal: /404/ || heartbeatStep 4
Last updated