Skip to content

签到:单元 5 - Astro API

现在你已经有了一些博客文章,是时候使用 Astro 的 API 来处理你的文件了!

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

¥Looking ahead

在本单元中,你将使用索引页面、标签页面和 RSS 源来增强你的博客。

¥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:

  • Astro.glob() 用于访问项目中文件中的数据

  • getStaticPaths() 一次创建多个页面(路由)

  • 用于创建 RSS 提要的 Astro RSS 包

¥Checklist

Astro 中文网 - 粤ICP备13048890号