Created
January 2, 2020 14:01
-
-
Save zloeber/414511f69b4e5228d143a38420dd3f9e to your computer and use it in GitHub Desktop.
hugo multi-provider publish new post
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
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