9 comments

[ 4.0 ms ] story [ 34.3 ms ] thread
Why? At this point, why not just use raw HTML and CSS?
Markdown is way easier than HTML and CSS. I've been hand coding some stuff, but am happy that I can maintain my own tumblelog [0] using a single Markdown file which is processed by a static site generator I wrote [1]. Even though the blog is mostly a link blog using Markdown saves me a lot of time and headaches.

[0] https://plurrrr.com/

[1] https://github.com/john-bokma/tumblelog

Oh, absolutely. But most markdown editors compile to HTML in real time. Or CLI tools.
“Simple blog”... install node.js and Angular to get started. LoL.
You should have kept looking further for the Firebase part.
This is what web development is in 2020.
at this point, i just want a tool that watch a folder of markdown files and generate accordingly. that's it.
bash script with inotify or watchman to watch the folder, pandoc for conversion, done.