hexojs / site

The website for Hexo. https://hexo.io/
https://hexo.io
MIT License
659 stars 1.29k forks source link

[Suggestion] Add theme categories #1038

Open DeepSpaceHarbor opened 4 years ago

DeepSpaceHarbor commented 4 years ago

Summary At the moment there are over 265 hexo themes. Finding the right theme can be quite the challenge.

Proposal

  1. Create list of all tags used in current themes.
  2. Extract the tags that could be used as category. Ex: Responsive, Portfolio, Blog, etc...
  3. Themes that don't belong in any category should be classified as Other.
  4. Create new field categories in themes.yml. This will contain the category data.
  5. Use the results from step 2 and 3 to automatically update the current themes.
  6. If needed, add more categories to the list.
  7. Add category selection/sidebar to the themes section
  8. 🎉
RammusXu commented 3 years ago

Proposal:

It's really help to let people know if a theme is still maintaining.

stevenjoezhang commented 3 years ago

See also https://github.com/hexojs/site/issues/837