Source files for the robostack.github.io website.
The site is built with Astro and Starlight and has three sections, linked from the common header:
- the frontpage -
src/pages/index.astro, composed from the components insrc/components/home/ - the package pages - one per distro, generated by
src/pages/[distro].astrofromsrc/data/distros.ts; the tables render in the browser frompublic/data/<distro>.json - the documentation - the Markdown files in
src/content/docs/
The header is Starlight's own, with the wordmark supplied by the
src/components/SiteTitle.astro override; the logo links to the frontpage.
pixi run serve
Open server on http://localhost:4321/