website/Makefile

13 lines
221 B
Makefile
Raw Normal View History

2023-09-02 05:41:06 +00:00
host = minimally.online
build: content/* templates/* config.toml web.json
rm -rf build
kiln build
publish: build
rsync -ru build/html/ $(host):/srv/html/
rsync -ru build/gmi/ $(host):/srv/gmi/
clean:
rm -rf build