Hacker News new | ask | show | jobs
by tlb 1496 days ago
I prefer markdown. I edit .md files in VSCode, while `jekyll serve` provides a web preview. VSCode has its own markdown preview, but I often have embedded images, videos, and LaTeX, so I use Jekyll's preview which shows exactly what readers will see.

Then I push the repo to gitlab and it gets hosted automatically.