Skip to content

Instantly share code, notes, and snippets.

@stewart
Created October 4, 2016 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stewart/021a24f9cc9bbb30de87b928222dc675 to your computer and use it in GitHub Desktop.
Save stewart/021a24f9cc9bbb30de87b928222dc675 to your computer and use it in GitHub Desktop.
build:
hugo
serve:
hugo server --watch --port=4000
clean:
rm -rf public
deploy: clean build
rsync -Paqz --delete ./public/* "static@stwrt.ca:andrew.stwrt.ca"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment