Add justfile
This commit is contained in:
parent
5452cbb6a5
commit
a0c8bbc215
1 changed files with 8 additions and 0 deletions
8
justfile
Normal file
8
justfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
build:
|
||||||
|
hugo
|
||||||
|
|
||||||
|
dev:
|
||||||
|
hugo -DF server
|
||||||
|
|
||||||
|
publish: build
|
||||||
|
neocities push --prune public
|
Loading…
Add table
Reference in a new issue