feat: add initial website infrastructure

This commit is contained in:
2026-03-07 20:02:34 +01:00
commit 3e8a34ae35
20 changed files with 8337 additions and 0 deletions

8
stylelint.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import("stylelint").Config} */
export default {
extends: [
"stylelint-config-recommended",
"stylelint-config-tailwindcss",
"stylelint-config-html/astro",
],
};