10 lines
No EOL
150 B
Makefile
10 lines
No EOL
150 B
Makefile
dev:
|
|
hugo server --buildFuture --tlsAuto
|
|
|
|
build:
|
|
hugo --gc --minify
|
|
bun run shiki || true
|
|
|
|
update:
|
|
git submodule update
|
|
bun update
|