Astro is a web framework for building content-focused websites. Pages are written using a mix of components and Markdown, and Astro renders everything to static HTML at build time, sending little to no JavaScript to the browser unless a component explicitly needs it.
Content such as articles or notices can be organized as a “content collection” — a folder of Markdown files with a shared schema — which is exactly how the notices on this site, including this one, are managed.
Astroは、コンテンツ中心のWebサイトを作るためのフレームワークです。ページは コンポーネントとMarkdownを組み合わせて記述し、ビルド時にすべて静的HTMLへ変換 されるため、明示的に必要としない限りブラウザへ送られるJavaScriptはごくわずか です。
記事やお知らせのようなコンテンツは「コンテンツコレクション」として、共通の スキーマを持つMarkdownファイル群で管理できます。このサイトのお知らせ記事も、 まさにその仕組みで管理されています。