Skip to content

v1.6.0

Latest

Choose a tag to compare

@l1x l1x released this 13 Mar 20:23
· 2 commits to main since this release
728151d

What's New

Full Content RSS Support (#3)

  • New rss_full_content config option to include full article HTML in RSS feeds via <content:encoded>
  • Enables syndication to platforms like Dev.to and Hashnode that require full article body
  • Excerpt in <description> preserved as fallback

RSS Best Practices

  • Added <lastBuildDate> to channel (build timestamp)
  • Added <pubDate> to channel (date of most recent item)
  • Added explicit isPermaLink="true" on <guid> elements

Example config

[site]
rss_full_content = true