Skip to content

👋 Welcome

Welcome to the demo of my Starlight theme!

File tree

  • astro.config.mjs # an important file
  • package.json
  • README.md
  • Directorysrc
    • Directorycomponents
      • Header.astro
    • …
  • Directorypages/
    • …

Tabs

Sirius, Vega, Betelgeuse

Cards

Check this out

Interesting content you want to highlight.

Stars

Sirius, Vega, Betelgeuse

Moons

Io, Europa, Ganymede

Asides

Code

function hello() {
console.log("Hello, world!");
}
hello();
function hello() {
console.log("Hello, wolrd!");
console.log("Hello, world!");
}

Steps

  1. Import the component into your MDX file:

    import { Steps } from '@astrojs/starlight/components';
  2. Wrap <Steps> around your ordered list items.

Badges

New Deprecated Starlight Custom

Inline code

This is an example of inline code.