by someuser54541 on 5/10/24, 3:43 PM with 5 comments
The last site I had, was just an index.html file, some css, and a bit of attached JS. I threw it on a ridiculously expensive webhost (MediaTemple) and that was that.
What's the best and cheapest way to build a fairly content heavy site these days, without as much "magic" as possible? I can write Javascript but I've read previous threads like this and people are often throwing out names like Next.js, React, or whatever the new shiny thing is, and it seems like massive overkill. I generally like to be able to reason about systems I write with not too much "magic" and 102321232 dependencies.
Any suggestions?
by PaulHoule on 5/10/24, 3:46 PM
https://jamstack.org/generators/
My take is Hugo is pretty good and crazy fast (written in Go) but I like Pelican because it is easy to customize in Python.
by noashavit on 5/11/24, 2:51 PM
by dosinga on 5/10/24, 3:45 PM