How do I blog?
I blog directly from Emacs (Org mode), using hugo-markdown export, and easy hugo.
Org mode capture allows me to directly write to my entries.org
file, which I then export the usual way (C-c C-e), but into the markdown file in the posts folder in my hugo website.
And with easy-hugo, I just publish it. That’s it :)
What I shall not forget is giving a proper name in the entries.org
so that all is kept in order.
Of course, everything is in git/hub as well.