
Astro
What is Astro? Astro is a JavaScript web framework optimized for building fast, content-driven websites. Server-First Astro improves website performance by rendering components on the …
Editor setup - Docs
This update brings features like syntax highlighting, code completion, and formatting. Install the official plugin through JetBrains Marketplace or by searching for “Astro” in the IDE’s Plugins …
Syntax Highlighting | Docs
There are two Astro components available for .astro and .mdx files to render code blocks: <Code /> and <Prism />. You can reference the Props of these components using the …
Getting started | Docs
Guides, resources, and API references to help you build with Astro — the web framework for content-driven websites.
Integrations | Astro
Astro integration for Expressive Code, a modular syntax highlighting & annotation engine for presenting source code on the web. Offers full VS Code theme support, editor & terminal …
Template expressions reference | Docs
You can define local JavaScript variables inside of the frontmatter component script between the two code fences (---) of an Astro component. You can then inject these variables into the …
Code | Starlight
Dec 13, 2024 · Learn how to display syntax highlighted code in Starlight without Markdown code blocks.
Install Astro - Docs
The create astro CLI command is the fastest way to start a new Astro project from scratch. It will walk you through every step of setting up your new Astro project and allow you to choose from …
Components - Docs
Astro components are the basic building blocks of any Astro project. They are HTML-only templating components with no client-side runtime and use the .astro file extension.
Showcase | Astro
Explore the infinite possibilities of Astro Submit your site Anyone is welcome to submit a site for our Showcase. If you have questions about building your own site using Astro, join our …