2024-04-05 22:56:10 +02:00
|
|
|
build:
|
2024-04-06 00:52:46 +02:00
|
|
|
zola build
|
2024-04-05 22:56:10 +02:00
|
|
|
|
|
|
|
serve:
|
2024-04-06 00:52:46 +02:00
|
|
|
zola serve --interface 0.0.0.0 --port 1111 --base-url localhost
|
|
|
|
|
|
|
|
publish: build
|
|
|
|
cp -r public/* /usr/share/nginx/snamellit/
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -rf public
|