Skip to content

Latest commit

 

History

History
91 lines (75 loc) · 3.72 KB

File metadata and controls

91 lines (75 loc) · 3.72 KB
type title description i18nReady
tutorial
축하해요!
튜토리얼: 첫 번째 Astro 블로그 구축 — 프로젝트의 최종 버전을 확인하고 Astro의 다음 단계가 무엇인지 알아보세요!
true

import Box from '/components/tutorial/Box.astro'; import Checklist from '/components/Checklist.astro'; import CompletionConfetti from '/components/tutorial/CompletionConfetti.astro'; import PreCheck from '/components/tutorial/PreCheck.astro'; import Button from '~/components/Button.astro';

import { CardGrid, LinkCard } from '@astrojs/starlight/components';

한 가지 더 수정해야 할 사항이 있습니다.

---
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의 기본에 대해 조금 배우고 그 과정에서 즐거운 시간을 보내셨기를 바랍니다!

GitHub 또는 StackBlitz에서 이 튜토리얼의 프로젝트 코드를 찾을 수 있습니다.

안내서와 참조에 대한 문서를 확인하고, Discord를 방문하여 질문하고, 도움을 받거나, 그냥 어울리세요!

우주에 오신 것을 환영합니다, 우주비행사님. 👩🏼‍🚀👨🏿‍🚀🧑‍🚀👩🏾‍🚀

체크리스트

- [ ] 다음 Astro 프로젝트를 빨리 시작하고 싶어요! 🚀

당신의 성과를 공유해보세요!

Astro 블로그 튜토리얼을 완료하신 것을 축하드립니다! 당신의 성과를 전 세계와 공유하고 이제 당신이 우주비행사라는 사실을 모두에게 알리세요!

Twitter에 공유 Reddit에 공유

다음 단계

튜토리얼 확장 중 하나를 사용하여 이 프로젝트의 최종 코드를 향상시키거나 다음 Astro 프로젝트를 시작할 수 있습니다!