Creating an Astro Site
Beginners’ Tutorial
May 16, 20238 min read16
Search for a command to run...
Series
In this series you will learn how to create an Astro blog site with RSS feed, using Astro Content Collections.
Beginners’ Tutorial
Shared Headers, Footers and Meta
Using JSON with your CMS
Adding Markdown Blog Posts
Typed Markdown
In this lesson you will learn how to add a blog post RSS feed in Astro. Astro Blog Post RSS Feed So far in this Astro Beginners’ tutorial, all the routes on the site have been HTML pages; whether generated from Astro markup files or Markdown. In this...