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