mdbook-rss-feed
An mdBook preprocessor that generates a beautiful, full-content RSS 2.0 feed (and optional Atom) for your book.
Perfect for blogs, documentation sites, or any mdBook that wants to be subscribable.
Features
- Full HTML content in
<description>(not just excerpts) - Proper XML escaping
- Falls back to file modification time if no date in frontmatter
- Supports
date:in YAML frontmatter (RFC3339 orYYYY-MM-DD) - Respects
config.book.title,config.book.description, andoutput.html.site-url - Zero-config — just drop it in
book.toml
Installation
Usage
Local Development:
[]
= "mdbook-rss-feed/target/release/mdbook-rss-feed"
= ["html"]
After Installing Globally:
[]
Example Frontmatter
---
title: My Great Post
date:
author: Jane Doe
description: Optional short description (otherwise first paragraph is used)
---
License
Apache-2.0