init
This commit is contained in:
commit
d6006a0227
82 changed files with 2862 additions and 0 deletions
13
justfile
Normal file
13
justfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
run:
|
||||
zola serve
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
|
||||
docker:
|
||||
nix build .#packages.x86_64-linux.my-docker
|
||||
docker load < ./result
|
||||
docker rm -f my-zola
|
||||
docker run -d --rm -p 80:80 --name my-zola my-zola:latest
|
||||
rm -rf result
|
||||
docker image prune -f
|
Loading…
Add table
Add a link
Reference in a new issue