add static builder

This commit is contained in:
Thibaud Dauce
2026-02-18 17:23:24 +01:00
parent e60f150611
commit 1561c07432
155 changed files with 161211 additions and 12 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"private": true,
"scripts": {
"watch": "tailwindcss -i content/css/app.css -o build/dev/css/app.css --watch",
"prod": "tailwindcss -i content/css/app.css -o build/dev/css/app.css --minify"
},
"dependencies": {
"@tailwindcss/cli": "^4",
"@tailwindcss/typography": "^0.5",
"typeface-merriweather": "0.0.72"
}
}