Skip to content

Add RSS feed for blog posts#41

Merged
garrytrinder merged 3 commits intomainfrom
copilot/add-rss-feed
Mar 4, 2026
Merged

Add RSS feed for blog posts#41
garrytrinder merged 3 commits intomainfrom
copilot/add-rss-feed

Conversation

Copy link
Contributor

Copilot AI commented Mar 4, 2026

Adds an RSS feed at /rss.xml aggregating all blog posts, enabling discovery via RSS readers.

  • src/pages/rss.xml.ts — New endpoint using @astrojs/rss that queries the blog collection, sorts by date descending, and emits a standard RSS 2.0 feed
  • src/layouts/Layout.astro — Added <link rel="alternate" type="application/rss+xml"> autodiscovery tag in <head>
  • package.json — Added @astrojs/rss dependency

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/dev-proxy-tools.github.io/dev-proxy-tools.github.io/node_modules/.bin/astro build (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/dev-proxy-tools.github.io/dev-proxy-tools.github.io/node_modules/.bin/astro build proxy-tools.github.io (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Add RSS feed</issue_title>
<issue_description>To enable users to discover new posts.</issue_description>

<agent_instructions>RSS feed should aggregate /blog/ posts</agent_instructions>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
Copilot AI changed the title [WIP] Add RSS feed to aggregate blog posts Add RSS feed for blog posts Mar 4, 2026
@garrytrinder garrytrinder marked this pull request as ready for review March 4, 2026 11:27
@garrytrinder garrytrinder merged commit 8e2086a into main Mar 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add RSS feed

2 participants