diff --git a/Makefile b/Makefile index b8e894d..c7f9559 100644 --- a/Makefile +++ b/Makefile @@ -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/* / \ No newline at end of file diff --git a/jadudcom/hugo.yaml b/jadudcom/hugo.yaml index a48c604..8c13a03 100644 --- a/jadudcom/hugo.yaml +++ b/jadudcom/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: https://example.org/ +baseURL: https://jadud.com/ languageCode: en-us title: people & process & tech (oh my) enableInlineShortcodes: true