This commit is contained in:
Chris Cochrun 2025-05-21 13:49:51 -05:00
parent a6862bec83
commit 9f90a44f46
35 changed files with 198 additions and 148 deletions

View file

@ -1,7 +1,7 @@
default:
just --list
build:
rm -rf public && NODE_ENV=production ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify
zola build
serve:
zola serve
uglify: