📡 RSS Feed
How to subscribe, and how the feed stays up to date
Subscribe
This site publishes an Atom/RSS feed of the latest blog posts, generated automatically by the jekyll-feed plugin on every build.
- Feed URL: https://thiagogbeier.github.io/blog/feed.xml
- Validate it: W3C Feed Validator
- Use it in: Feedly, Inoreader, NewsBlur, or any Atom/RSS-compatible reader
How it stays up to date
The feed is generated automatically as part of the normal Jekyll build — there's no separate script or workflow to run.
- A new post is added as a Markdown file in
_posts/and pushed tomain. - GitHub Actions runs
bundle exec jekyll build, which regenerates every page, includingblog/feed.xml, from the current set of posts. - GitHub Pages deploys the freshly built site.
- Readers see the new post the next time they poll the feed.
No bot commits, no manual regeneration step, and no risk of the feed drifting out of sync with the posts — it's derived directly from _posts/ at build time.
Feed details
- Format: Atom (a superset of RSS 2.0, supported by all major readers)
- Includes the 10 most recent posts by default
- Each entry includes title, publish date, link, and full content