KaOS Astro.js based website
  • JavaScript 41.7%
  • Astro 23.2%
  • XSLT 20.9%
  • MDX 7.2%
  • TypeScript 4%
  • Other 3%
Find a file
2026-04-28 11:20:25 +02:00
public news 2026.03 ISO 2026-03-28 23:15:46 +01:00
src Actualiser src/components/Limited.astro 2026-04-27 21:31:42 +02:00
.gitignore start adding new astro based website 2024-10-25 17:07:01 +02:00
astro.config.mjs adding a niri doc, under desktop heading 2026-01-01 19:44:22 +01:00
LICENSE Initial commit 2024-10-25 17:01:26 +02:00
package-lock.json news 2026.03 ISO 2026-03-28 23:15:46 +01:00
package.json news 2026.03 ISO 2026-03-28 23:15:46 +01:00
README.md start adding new astro based website 2024-10-25 17:07:01 +02:00
tailwind.config.mjs start adding new astro based website 2024-10-25 17:07:01 +02:00
tsconfig.json start adding new astro based website 2024-10-25 17:07:01 +02:00

KaOS Astro based website

Features:

  • 99/100 Lighthouse performance
  • SEO-friendly with canonical URLs and OpenGraph data
  • Sitemap support
  • RSS Feed support
  • Markdown & MDX support

🚀 Project Structure

├── public/
├── src/
│   ├── components/
│   ├── content/
│   ├── layouts/
│   └── pages/
│   └── styles/
│   └── utils/
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Check out Astro documentation.