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: test:
pushd jadudcom ; rm -rf public ; hugo serve ; popd pushd jadudcom ; rm -rf public ; hugo serve ; popd
upload: upload: build
cd jadudcom ; rm -rf public ; hugo
surfer put \ surfer put \
--server jadud.com \ --server jadud.com \
--token ${JADUDCOM_SURFER_TOKEN} \ --token ${JADUDCOM_SURFER_TOKEN} \
public/* / jadudcom/public/* /

View File

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