Skip to content

Instantly share code, notes, and snippets.

@zloeber
Created January 2, 2020 14:01
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 zloeber/414511f69b4e5228d143a38420dd3f9e to your computer and use it in GitHub Desktop.
Save zloeber/414511f69b4e5228d143a38420dd3f9e to your computer and use it in GitHub Desktop.
hugo multi-provider publish new post
git checkout develop
make new/post some_awesome_content.md
hugo new content/posts/new_blog_post.md
git add --all . && git commit -m 'post: some awesome content added'
git push origin develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment