Skip to content

Releases: vectorian-rs/marie-ssg

v1.6.0

13 Mar 20:23
@l1x l1x
728151d

Choose a tag to compare

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

v1.5.0

12 Jan 23:51
64a133c

Choose a tag to compare

Release v1.5.0 - Draft content support

v1.4.0

11 Jan 00:29
62f4574

Choose a tag to compare

Release v1.4.0

v1.3.0

08 Jan 21:24
7d8bb37

Choose a tag to compare

Release v1.3.0

v1.2.0

07 Jan 21:38
566523d

Choose a tag to compare

Release v1.2.0 - Clean URLs and meta.extra fix

v1.1.0

06 Jan 09:32
8a254c6

Choose a tag to compare

Release v1.1.0 - Cover and extra fields for ContentMeta

v1.0.1

05 Jan 20:52
4081ff4

Choose a tag to compare

Release v1.0.1 - header_uri_fragment feature