Fixing build/publish
This commit is contained in:
5
Makefile
5
Makefile
@@ -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/* /
|
||||||
|
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user