initial commit

This commit is contained in:
2024-11-13 22:26:45 +01:00
commit fd466fc511
156 changed files with 13223 additions and 0 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
.PHONY: build exif_clean dev clean deploy
build: exif_clean
nix build '.?submodules=1#default'
exif_clean:
exiftool -r -overwrite_original -all= -tagsFromFile @ -Orientation -Canon -AllDates content/
dev:
hugo server
clean:
git clean -fdX
deploy: build
rsync -e 'ssh -J root@100.64.0.1' -cdr --progress --delete-after result/ root@100.64.0.3:/var/www/website