Makefile: add a `preview` command which serves the site locally

This commit is contained in:
Colin 2022-05-25 00:27:14 -07:00
parent edbc6e2898
commit 1134cbf0eb
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
build:
zola build
preview: build
zola serve
publish: build
rsync -av --delete public/ /opt/uninsane/zola/