Initial commit

This commit is contained in:
2025-11-29 17:51:00 +01:00
commit 694a7047a4
66 changed files with 5105 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"permissions": {
"allow": [
"Bash(chmod:*)",
"Bash(npx tailwindcss:*)",
"Bash(pnpm add:*)",
"Bash(pnpm exec tailwindcss:*)",
"Bash(pnpm css:*)",
"Bash(hugo:*)",
"WebFetch(domain:pivoine.art)",
"Bash(curl:*)",
"WebFetch(domain:github.com)",
"WebSearch",
"WebFetch(domain:htmx.org)",
"Bash(cat:*)",
"Bash(git remote:*)"
],
"deny": [],
"ask": []
}
}