mirror of
https://github.com/SebastianStork/blog.git
synced 2026-01-21 12:51:35 +01:00
Add basic jusfile
This commit is contained in:
parent
453ab36d01
commit
4cf2a9dd29
1 changed files with 19 additions and 0 deletions
19
justfile
Normal file
19
justfile
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
set quiet := true
|
||||||
|
|
||||||
|
list:
|
||||||
|
just --list --unsorted
|
||||||
|
|
||||||
|
fmt:
|
||||||
|
nix fmt
|
||||||
|
|
||||||
|
[group('zola')]
|
||||||
|
serve:
|
||||||
|
zola serve --drafts --open
|
||||||
|
|
||||||
|
[group('zola')]
|
||||||
|
check:
|
||||||
|
zola check --drafts
|
||||||
|
|
||||||
|
[group('nix')]
|
||||||
|
update:
|
||||||
|
nix flake update --commit-lock-file
|
||||||
Loading…
Add table
Add a link
Reference in a new issue