logoalt Hacker News

bambaxyesterday at 10:26 AM1 replyview on HN

I don't know if a minimum viable blog needs to pre-render html... For this a PHP script is lightning fast and the source markdown file is the only source of truth -- if you correct a typo then it's immediately live, no need to think about rendering.


Replies

vayliantoday at 12:18 PM

You can edit the typo directly in the already published document.

The pre-rendering is just there to provide the surrounding page content when you create a new page.