uninsane/Makefile

9 lines
111 B
Makefile

build:
zola build
preview: build
zola serve
publish: build
rsync -av --delete public/ /opt/uninsane/zola/