Skip to content

签到:单元 4 - 布局

现在你可以使用组件进行构建,是时候创建一些自定义布局了!

¥Now that you can build with components, it’s time to create some custom layouts!

¥Looking ahead

在本单元中,你将构建布局以在页面和博客文章之间共享通用元素和样式。

¥In this unit, you’ll build layouts to share common elements and styles across your pages and blog posts.

为此,你将:

¥To do this, you will:

  • 创建可重用的布局组件

  • 使用 <slot /> 将内容传递到你的布局

  • 将数据从 Markdown frontmatter 传递到你的布局

  • 嵌套多个布局

¥Checklist

Astro 中文网 - 粤ICP备13048890号