Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions src/content/docs/zh-tw/astro-courses.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Astro 課程
sidebar:
label: 課程
description: 透過優質課程和教學來學習 Astro。
i18nReady: true
---
import { LinkCard, CardGrid } from '@astrojs/starlight/components';


想透過課程或教學開始學習 Astro 嗎?

你可以透過我們的[官方文件「建置部落格」教學](/zh-tw/tutorial/0-introduction/)來學習 Astro 的基礎知識,或是探索我們推薦的 Astro 教育內容合集。


## 教育合作夥伴


:::tip[邊學習邊支持 Astro]
使用 Astro 的聯盟連結可以在教育合作夥伴處享有折扣,而且你的部分消費金額將直接回饋到 Astro 開源專案的開發資金!
:::

向值得信賴的 Astro 教育者學習,享有影片課程、互動挑戰和專案!

<LinkCard
title="與 Coding in Public 一起學 Astro"
href="https://learnastro.dev/?code=ASTRO_PROMO"
description="一門包含 150 多堂影片課程的進階互動式課程,教你如何使用 Astro 的內建工具和功能。"
/>

<LinkCard
title="與 James Q Quick 一起學 Astro"
href="https://scrimba.com/intro-to-astro-c00ar0fi5u?via=astro"
description="透過 35 堂互動式 Scrimba 課程建置你的第一個 Astro 網站,影片和 IDE 融合在一個獨特的學習平台上。"
/>

## 社群學習資源

透過精選的指南、文章和部落格文章,向其他太空人夥伴學習。


<CardGrid>
<LinkCard
title="Astro Tips"
href="https://astro-tips.dev/"
description="進階、特殊、實驗性以及社群撰寫的操作指南、教學和快速秘訣。"
/>

<LinkCard
title="Astro Support Squid"
href="https://supportsquid.ink/"
description="一個在 Astro Discord 之外的開放、公開的 Astro 支援論壇和知識庫。"
/>
</CardGrid>
Loading