diff --git a/Makefile b/Makefile index 64715f2..d0b9471 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ build: zola build +preview: build + zola serve + publish: build rsync -av --delete public/ /opt/uninsane/zola/