Hexo Generator Feed

screenshot of Hexo Generator Feed
hexo

Hexo Generator Feed

Feed generator for Hexo.

Overview

The hexo-generator-feed is a plugin for Hexo that allows users to generate Atom 1.0 or RSS 2.0 feeds for their websites or blogs. By installing this plugin, users can easily add feeds to their posts, providing a convenient way for readers to stay updated with new content.

Features

  • Generate Atom 1.0 or RSS 2.0 feed
  • Easy Installation for different versions of Hexo (4+, 3, 2)
  • Option to add descriptions or summaries to posts
  • Configuration options available in _config.yml file
  • Customize feed type (atom or rss2) and feed path
  • Set the limit on the number of posts in the feed
  • Include content of entire post in the feed if desired
  • Customize feed icon and enable autodiscovery
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.