Skip to content

恭喜!

还有一项需要修改…

¥There’s one more edit to make…

src/pages/about.astro
---
import BaseLayout from "../layouts/BaseLayout.astro";
const pageTitle = "About Me";
const happy = true;
const finished = false;
const finished = true;
const goal = 3;
const identity = {
firstName: "Sarah",
country: "Canada",
occupation: "Technical Writer",
hobbies: ["photography", "birdwatching", "baseball"],
};
const skills = ["HTML", "CSS", "JavaScript", "React", "Astro", "Writing Docs"];
const skillColor = "navy";
const fontWeight = "bold";
const textCase = "uppercase";
---

我们希望你了解一些 Astro 的基础知识,并一路享受乐趣!

¥We hope you learned a little about the basics of Astro, and had fun along the way!

你可以在本教程中的 GitHubStackBlitz 上找到该项目的代码。

¥You can find the code for the project in this tutorial on GitHub or StackBlitz.

查看我们的文档以获取指南和参考材料,并访问我们的 Discord 来提问、获取帮助或只是闲逛!

¥Check out our docs for guides and reference material, and visit our Discord to ask questions, get help or just hang out!

欢迎来到宇宙,宇航员。👩🏼‍🚀👨🏿‍🚀🧑‍🚀👩🏾‍🚀

¥Welcome to the universe, astronaut. 👩🏼‍🚀👨🏿‍🚀🧑‍🚀👩🏾‍🚀

¥Checklist

¥Share your achievement!

恭喜你完成 Astro 博客教程!与世界分享你的成就,让每个人都知道你现在是一名宇航员!

¥Congratulations on completing the Astro blog tutorial! Share your achievement with the world and let everyone know you’re an Astronaut now!

¥Next Steps

你可以使用我们的教程扩展之一增强此项目的最终代码,或者开始你的下一个 Astro 项目!

¥You can enhance this project’s final code with one of our tutorial extensions, or start your next Astro project!

Astro 中文网 - 粤ICP备13048890号