←back to thread

191 points speckx | 1 comments | | HN request time: 0.329s | source
Show context
codazoda ◴[] No.45108201[source]
I have a bit of an internal struggle here. I use a site generator too but I struggle with the question, should I? I recently wrote about why I’m writing pure html and CSS in 2025.

https://joeldare.com/why-im-writing-pure-html-and-css-in-202...

replies(2): >>45109052 #>>45109187 #
1. jszymborski ◴[] No.45109052[source]
I'm not sure how using a static site generator would run counter to any of those points. You can simply generate the same website that you've written by hand.

EDIT: Well perhaps the "build steps" one, but building my Hugo site just involves me running "hugo" in my directory.