Created
October 4, 2016 16:43
-
-
Save stewart/021a24f9cc9bbb30de87b928222dc675 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build: | |
hugo | |
serve: | |
hugo server --watch --port=4000 | |
clean: | |
rm -rf public | |
deploy: clean build | |
rsync -Paqz --delete ./public/* "[email protected]:andrew.stwrt.ca" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment