website/Makefile

12 lines
124 B
Makefile
Raw Normal View History

build:
2024-04-06 00:52:46 +02:00
zola build
serve:
zola serve
2024-04-06 00:52:46 +02:00
publish: build
cp -r public/* /usr/share/nginx/snamellit/
clean:
rm -rf public