Hexo Excerpt

screenshot of Hexo Excerpt
hexo

Automatic excerpt generator for Hexo

Overview

Hexo-excerpt is an automatic excerpt generator designed specifically for Hexo, making it an invaluable tool for bloggers seeking to streamline their content presentation. This plugin takes the hassle out of manually creating excerpts, allowing you to focus on your writing while it intelligently generates concise summaries of your posts. With a variety of customizable features, it adapts to various styles and ensures that the essence of your content remains intact.

Features

  • Automatic Excerpt Generation: Saves time by generating excerpts for you, ensuring your sentences and code remain intact.
  • Customizable Depth: Control the size of your excerpts easily by adjusting the 'depth' setting in your configuration, which defaults to 10.
  • CSS Selector Filtering: Use CSS selectors to filter out specific tags from the generated excerpts, providing more control over what gets included.
  • Whole Post Option: Set the hideWholePostExcerpts option to false if you prefer to display the entire post as an excerpt when applicable.
  • Tag-Based Logic: Automatically creates excerpts based on the number of tags; if there are fewer than the configured number, the entire post will be used instead.
  • Flexible Integration: Designed to work seamlessly with Hexo while supporting ES6 syntax, ensuring modern functionality works with your existing setup.
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.