This is a very quick comment about this interesting blog post about CMS and site generators that I saw this morning in the WebOps Weekly newsletter.
It totally makes sense: either you can write with a WYSIWYG editor like Seamonkey, or write in Markdown and just convert to HTML with Pandoc using a oneliner:
pandoc 2019-06-27.md -f markdown -t html -s -o 2019-06-27.html
And then, just trash the whole thing to your website.
Top comments (0)