1
0
Fork 0
blog/Justfile

10 lines
150 B
Makefile
Raw Permalink Normal View History

dev:
hugo server --buildFuture --tlsAuto
build:
hugo --gc --minify
bun run shiki || true
update:
git submodule update
bun update