ppoffice / hexo-theme-minos

A simple and retro styled Hexo theme, concentrated more on your ideas.
http://ppoffice.github.io/hexo-theme-minos
MIT License
765 stars 202 forks source link

Categories Tags 和 About 菜单均返回404 File not found #9

Closed DerekYangYC closed 8 years ago

DerekYangYC commented 9 years ago

如题。但是由文章点入某一个具体的categories是可以显示页面的,例如categories/mycategories

ppoffice commented 9 years ago

参见Readme

Custom Categories & Tags Pages

To enable custom categories page and tags page, just copy the categories folder and tags folder under your theme's _source foler into your site's source folder. Then edit theme's _config.yml and add the following lines:

# Header
menu:
  ...
  Categories: categories # -> add this line
  Tags: tags # -> and add this line
  ...