Fixing build/publish

This commit is contained in:
Matt Jadud
2025-09-18 07:21:24 -04:00
parent b26471fce5
commit d777568920
2 changed files with 3 additions and 4 deletions

View File

@@ -9,10 +9,9 @@ serve:
test:
pushd jadudcom ; rm -rf public ; hugo serve ; popd
upload:
cd jadudcom ; rm -rf public ; hugo
upload: build
surfer put \
--server jadud.com \
--token ${JADUDCOM_SURFER_TOKEN} \
public/* /
jadudcom/public/* /

View File

@@ -1,4 +1,4 @@
baseURL: https://example.org/
baseURL: https://jadud.com/
languageCode: en-us
title: people & process & tech (oh my)
enableInlineShortcodes: true