Hexo Generator Tag

screenshot of Hexo Generator Tag
hexo

Tag generator plugin for Hexo.

Overview

The hexo-generator-tag is a powerful tool designed for users of the Hexo static site generator. This plugin aids in organizing and displaying posts by tags, enhancing the navigation and accessibility of your blog's content. With customizable options, it allows users to tailor how tags are presented, ensuring a smoother user experience.

Features

  • Installation: Easy to set up with straightforward instructions, making it accessible even for beginners.
  • Posts per Page Configuration: Customize the number of posts displayed per page with the per_page option, allowing flexibility in pagination.
  • Sorting Options: Control the order of your posts using the order_by option, which defaults to sorting by date in descending order.
  • Index Page Generation: Automatically generate an index page at the specified directory, facilitating easier access to tag-related content.
  • Template Layout Support: Choose from various layouts for displaying tags, including tag-index, tag, archive, and index, to match your site's design.
  • MIT License: Open-source licensing allows for free use, modification, and distribution of the plugin, promoting community collaboration and development.
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.