Updates for publishing

This commit is contained in:
Matt Jadud
2025-09-18 07:16:19 -04:00
parent 7e64954bcb
commit b26471fce5
44 changed files with 1513 additions and 257 deletions

18
Makefile Normal file
View File

@@ -0,0 +1,18 @@
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:
cd jadudcom ; rm -rf public ; hugo
surfer put \
--server jadud.com \
--token ${JADUDCOM_SURFER_TOKEN} \
public/* /