at.ncvp.me

First Astro project with 'pages' and 'posts' collections

Sorting out RSS feed

Work on two native and two WP fed sites

Posted on 25th May 2026 at 09:00 by Admin


Have four VScode windows up for four sites

  1. astro-blog. Native site from content collection called ‘blog’
  2. astro-local. Local WP fed site. Deployed to Cloudflare directly with % npm run deploy
  3. astro-test. First site. Local without content collection
  4. astro-wpress. Cloud fed WP site

Compare and contrast these files

  1. /astro.config.mjs
  2. /src/layouts/Layout.astro
  3. src/pages/rss.xml.js

Issues found

Lessons learned

Test

When looking good locally, deploy to cloud and check again

Copying this post

Originated in astro-blog. Simply copy to astro-test. (Having changed category from ‘Devt’ to ‘Dev’. This needs sorting out.)

Conclusion

Obviously a good thing, event though no one (not even me) uses it.

Category: dev Tags: cloud admin rss

Rendered by src/pages/posts/[slug].astro