RSS feed added
GoBlogger now exposes a built-in RSS feed at /feed.xml with a configurable item limit.
GoBlogger now includes a built-in RSS feed at /feed.xml.
It is intentionally simple:
- RSS 2.0 output
- visible posts only (drafts are excluded)
- item links use your current request host/scheme
- channel title/description come from your site settings
Feed length
The feed length is configurable with BLOG_FEED_ITEMS.
25(default) = include the latest 25 visible posts0= include all visible posts
You can also change this in the admin settings page.
Why this approach?
The goal is a reliable feed that works out of the box without extra services, plugins, or dependencies.