签到:单元 2 - 页面
现在你已经在网络上有了一个工作网站,是时候添加页面和帖子了!
¥Now that you have a working site on the web, it’s time to add pages and posts!
¥Looking ahead
在这个单元中,你会:
¥In this unit, you will:
-
使用
.astro
语法创建你的第一个 Astro 页面 -
添加带有 Markdown (
.md
) 文件的博客文章 -
使用
<style>
设置单个页面的样式 -
跨页面应用全局样式
在此过程中,你将了解 .astro
文件的两个部分如何协同创建页面,以及如何在页面上使用变量和条件渲染。
¥Along the way, you’ll learn how the two sections of a .astro
file work together to create a page, and how to use variables and conditional rendering on your pages.
¥Checklist