Hexo Generator Index

screenshot of Hexo Generator Index
hexo

Index generator plugin for Hexo.

Overview

If you're a Hexo user looking to enhance your blog's functionality, the Hexo Generator Index is an essential tool that streamlines the way your posts are displayed. This plugin generates an archive of your posts and organizes them according to the layout specifications of your theme. Perfect for those wanting a tidy, accessible index, it is a versatile addition that fits seamlessly into most setups.

The flexibility of the generator allows for easy customization. With options to modify parameters directly in your configuration file, you can dictate how many posts appear on each page and in what order they are displayed. It’s perfect for bloggers aiming for a cleaner presentation of their content.

Features

  • Customizable Path: Define the root path for your blog's index page, allowing better organization and accessibility for your readers.

  • Pagination Control: Set the number of posts displayed per page, with smart defaults that ensure a hassle-free experience if you prefer to stick with standard settings.

  • Post Ordering: Choose the order in which posts are displayed, giving you control over what your audience sees first—new or archival content.

  • Flexible Layout Options: Utilize custom layouts tailored to your theme so that the index adheres to your site's unique style.

  • Sticky Posts Functionality: Make important content stand out by pinning it to the top of the index, prioritizing visibility based on your preferences.

  • Hide Specific Posts: Keep your index tidy by utilizing the hidden feature to exclude certain posts without removing them completely from your blog.

  • Compatibility with Themes: Works alongside non-archive layouts to ensure that you can maintain a consistent look while still offering an archive experience when needed.

  • Open Source License: Released under the MIT license, encouraging community contributions and assuring users of a well-supported tool.

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.