How this site is organised
This site is a personal notebook. It gathers guides and a knowledge base in one place, built with Astro Starlight and styled with the Jylhis design system.
Sections
Section titled “Sections”Getting startedNotes about this site, AI-tool setup, and local development.
KnowledgeCurated references: Linux command-line tools, and more as I add them.
Project docs
Section titled “Project docs”Project-specific documentation lives in each project’s own repository, next to the code it describes:
Editing
Section titled “Editing”The site is a static-site project in a monorepo: content pages are MDX files
under src/content/docs/, and the sidebar is defined in astro.config.mjs.
See Development for the local preview setup.