|
|
|
|
|
by radva42
3576 days ago
|
|
I can highly recommend grav: https://getgrav.org/
It uses Twig for templates, stores all data in files (Markdown) and the Admin panel is easy to extend with custom fields without writing code.
Additionally there's an OK form builder, which can be used to build basic forms and perform basic operations (e.g. store data in files, send e-mails, etc.) but for anything more complex you would need to write a plugin. I've written a few plugins for it, one specifically for creating albums and galleries for portfolios and I think that it's easy and a straightforward process. |
|