Can't create category page
Issue from https://github.com/hexojs/hexo/issues/2170 @phicarre
- I created a page with the command: hexo new page categories
- In source/categories/index.md, I added type: categories in the front matter
- In the _config.yml of the theme, I added in the menu: Categories: /categories but my page is always empty ! What is missing ?
I also investigate the issue, and couldn't find a solution. Do we support category layout in this theme?
I have the same problem, does this theme support category pages?
Yes, category pages are produced for categories. Here is my category test confirming operation with my employment of the landscape theme: http://orcmid.com/BlunderDome/wingnut/2017/12/02/Categories/ Notice the category list on the sidebar, and the links to category pages. (The category pages lack a title that conveys the category, so that's something to ponder. The category is in the URL.)
To see whatever I did regarding the enabling of category pages, you can see my sources at https://github.com/orcmid/hexo-theme-landscape-wingnut for the landscape theme,
See https://github.com/orcmid/hexo-spanner for category-related information in the overall blog, especially in the _config.yml
I have the same problem in #158, but I have no idea how to fix it.