Skip to content

Instantly share code, notes, and snippets.

@tanksuzuki
Created May 18, 2015 15:25
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 tanksuzuki/2f6e9a931d3586f49745 to your computer and use it in GitHub Desktop.
Save tanksuzuki/2f6e9a931d3586f49745 to your computer and use it in GitHub Desktop.
hugo build and push for mac #hugo #git #mac
#!/bin/bash
rm -rf public/post/*
hugo -t angels-ladder
cd public
git add -A
git commit -m "Update public files"
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment