Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Lets say you want something as simple as a table-of-contents. If you're doing HTML, you gotta render this yourself. In Wordpress or webpage generators like Jekyll or Hugo, table-of-contents generated from H1 / H2 headers is basically just one line.

Lets say you want to sort all your posts by date and paginate the results (say, 20 results per page or something), as per typical blogging patterns. That's a lot of HTML cruft you gotta make for this to happen. Meanwhile, Wordpress / Jekyll / Hugo (etc. etc.) do this all automatically for you.



I don't think it matters what generates the page. Wordpress/etc could generate plain html pages and the author's points would apply equally.

Personally, I prefer html with a little embedded css. It works, it's quick, it's all in one place, and it lets me produce suitably elegant pages.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: