Bonus points - be able to personalise a little bit the look and feel if I wanted to e.g. font
No need for: - comments on blog posts
What are my options?
1–10 of 84 posts
Bonus points - be able to personalise a little bit the look and feel if I wanted to e.g. font
No need for: - comments on blog posts
What are my options?
If not for Emacs, I'd probably glue together a few tools like Pandoc, sedm scp and the like.
I use Hugo with a theme called Congo. https://gohugo.io/ https://github.com/jpanther/congo
write it in markdown and host it anywhere, no fancy shenanigans
I looked for something similar and ended up coding my own. It was a lot of fun and even did not took too much time. Of course, I had one advantage – being an Emacs user I could leverage Emacs & Org mode. And one nice thing about my one is that the whole blog (content, templates, styles, JS) is contained in one source file. (Of course, binary assets are kept separately, though technically they could be embedded in an…