Git
... How To Keep Your Hugo Site's Content In A Different Repository
I use vim as my primary editor for everything related to code. But when it comes to writing blog posts, I don’t always use vim. In fact I don’t always use my laptop. I resort to a Markdown-Editor that is available on all my devices and has basic git-capability, so I can push it to a remote repository.
But how do I get the files from this repository into my blog?