--- import Layout from '../../layouts/MainLayout.astro'; import Card from '../../components/Card.astro'; import {Markdown} from 'astro/components'; import themes from '../../data/themes.json'; import components from '../../data/components.json'; --- ## 注目のテーマ
{themes.featured.map((item)=>())}
## 公式テーマ Astroでは、ドキュメントサイトやポートフォリオなど、いくつかの公式テーマを用意しています。
{themes.official.map((item)=>())}
## コミュニティテーマ コミュニティが開発したテーマをご覧ください。
{themes.community.map((item)=>())}
## 注目のパッケージ 私たちのパッケージエコシステムは成長し続けています。注目のコミュニティパッケージをご覧ください。コレクション全体は[npm](https://www.npmjs.com/search?q=keywords%3Aastro-component)で検索できます。
{components.community.map((item)=>())}
> 自分のテーマを紹介したい場合は、[Discordでシェアしてください!](https://astro.build/chat) `#showcase` チャンネルに投稿されたお気に入りの作品をよくピックアップしています。