Files
jadudcom-2025/Makefile
2025-09-18 07:21:24 -04:00

17 lines
296 B
Makefile

SHELL:=/bin/bash
build:
pushd jadudcom ; rm -rf public ; hugo
serve:
pushd jadudcom ; rm -rf public ; hugo serve -D ; popd
test:
pushd jadudcom ; rm -rf public ; hugo serve ; popd
upload: build
surfer put \
--server jadud.com \
--token ${JADUDCOM_SURFER_TOKEN} \
jadudcom/public/* /