build: add .gitignore, npm scripts, fix font-brand token, clear audit warnings

This commit is contained in:
Oliver
2026-03-27 16:30:07 -03:00
parent 4d2f57c20c
commit 3627c2c73d
5 changed files with 37 additions and 13 deletions
+4 -1
View File
@@ -65,7 +65,10 @@ NEVER use raw hex values in HTML — always use the token class names above.
```bash
# Build CSS after editing src/input.css or tailwind.config.js
npx tailwindcss -i src/input.css -o assets/site.css --minify
npm run build:css
# Watch CSS during active development
npm run watch:css
# Validate blog.json
jq empty blog.json && echo "JSON valid"