4
2
Fork
You've already forked website
4
KaOS Astro.js based website
  • JavaScript 40.3%
  • Astro 26%
  • XSLT 20.1%
  • MDX 6.8%
  • TypeScript 3.9%
  • Other 2.9%
demm 18bf8f8e9d removed systemd/journalctl from docs.mdx
started adding some dinit commands & links
corrections/additions niri.mdx
2026年07月04日 23:28:42 +02:00
public June Dinit ISO release, 2026年06月07日 19:32:54 +02:00
src removed systemd/journalctl from docs.mdx 2026年07月04日 23:28:42 +02:00
.gitignore start adding new astro based website 2024年10月25日 17:07:01 +02:00
astro.config.mjs June Dinit ISO release, 2026年06月07日 19:32:54 +02:00
LICENSE Initial commit 2024年10月25日 17:01:26 +02:00
package-lock.json June Dinit ISO release, 2026年06月07日 19:32:54 +02:00
package.json June Dinit ISO release, 2026年06月07日 19:32:54 +02: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.