4 ms·
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 H
by fpadilha 9y 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/ https://getgrav.org/
EDIT: typos
- artemis73 9y agoWOW! 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! :)