fixyfixy
This commit is contained in:
parent
a6862bec83
commit
9f90a44f46
35 changed files with 198 additions and 148 deletions
2
justfile
2
justfile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue