adding just and hiding the camp form

This commit is contained in:
Chris Cochrun 2024-03-20 09:31:39 -05:00
parent a4803160b5
commit 432436c0c1
5 changed files with 36 additions and 20 deletions

13
justfile Normal file
View file

@ -0,0 +1,13 @@
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
server:
hugo server --noHTTPCache --disableFastRender
dev:
NODE_ENV=development ./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 -w
clean:
cargo clean
rm -rf bld/
test:
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture