Hacker News new | ask | show | jobs
by fpadilha 3034 days ago
If you are still undecided to go static or not, I would recommend checking out Grav. We were almost going for a static generator for our blog (we were between Hugo and Jekyll) when I stumbled into Grav. It's not static but it is flat-file based, which as it turns out gave to us exactly what we needed, a serverless solution (all your posts are just markdown files and all your settings are yaml files) with powerful templating options.

https://getgrav.org/

EDIT: typos

1 comments

WOW! This piqued my interest. I've downloaded it and I'll be giving this a whirl for the next few days. Thank you so much! :)