Back to Withastro

Check in: Unit 5 - Astro API

src/content/docs/en/tutorial/5-astro-api/index.mdx

latest789 B
Original Source

import Box from '/components/tutorial/Box.astro'; import Checklist from '/components/Checklist.astro'; import MultipleChoice from '/components/tutorial/MultipleChoice.astro'; import Option from '/components/tutorial/Option.astro';

Now that you have some blog posts, it's time to use Astro's API to work with your files!

Looking ahead

In this unit, you'll supercharge your blog with an index page, tag pages, and an RSS feed.

Along the way, you'll learn how to use:

  • import.meta.glob() to access data from files in your project
  • getStaticPaths() to create multiple pages (routes) at once
  • The Astro RSS package to create an RSS feed
<Box icon="check-list">

Checklist

<Checklist> - [ ] I am ready to add some blog features to my Astro project! </Checklist> </Box>