1
However, I'd like to ditch the LEMP stack and just serve static files for all of their advantages (speed, security, git-based, etc...)
I've been looking at Hugo, Jekyll, and Pelican. However, I don't want to lose features like search, comments, RSS, etc...
Does everyone who switches to a static-site generator make these sacrifices? I really like interacting with my readers in the comments and I think the search is really useful.
I've found things like Grav, which still use PHP, but ditch the database for markdown files. The PHP allows the use of search, comments, etc.., but obviously isn't "static".
I would appreciate any advice. Thanks!