this post was submitted on 11 Oct 2024
105 points (100.0% liked)

TechTakes

2105 readers
68 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sue_me_please@awful.systems 8 points 10 months ago (1 children)

Depends on what you're doing with it. You could get away with a SSG for some use cases, but Wordpress with plugins can get pretty crazy and out of scope for simple SSGs.

[–] dgerard@awful.systems 5 points 10 months ago* (last edited 10 months ago) (1 children)

or if you want comments edit: self-hosted, not third-party

[–] Moonrise2473@feddit.it 3 points 10 months ago (1 children)

Easy but intrusive option: disqus, most Hugo themes already support it and it doesn't require a server

Hard but Foss: isso, it requires a vps as it's in python, and literally zero Hugo themes support it so you have to edit their source to include it (not extremely hard, you just override the disqus part)

[–] dgerard@awful.systems 4 points 10 months ago

yeah, i should specify self-hosted - if I wanted third party I could just use any old shit at all levels