Hexo Generator Category

screenshot of Hexo Generator Category
hexo

Category generator plugin for Hexo.

Overview

The Hexo Generator Category is a useful tool for those who utilize the Hexo static site generator. It allows users to organize their blog posts into categories seamlessly, enhancing the user experience and the ways visitors can navigate your content. With options for pagination and customizable ordering of posts, this generator streamlines the process of categorization.

Features

  • Flexible Pagination: Easy configuration with per_page to control the number of posts displayed on category pages. Setting it to 0 disables pagination completely.

  • Customizable Ordering: Use the order_by option to dictate how your posts are displayed within a category, with chronological sorting as the default.

  • Simple Installation: Effortlessly integrate the generator into your Hexo setup to start categorizing posts immediately.

  • Open Source License: Released under the MIT License, making it accessible for modification and distribution without restrictions.

This generator is an excellent addition for Hexo users looking to enhance the organization and accessibility of their content.

hexo
Hexo

Hexo is a static site generator built with Node.js that enables developers to create fast and efficient websites using Markdown, EJS, and Stylus. It offers features such as server-side rendering, plugin support, and easy deployment to hosting services like GitHub Pages and Netlify.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.