The framework we need:
- Uses a well-known language and avoids trying to be super duper clever (opposite of django or most golang things)
- Produces a static website (NOT javascript page builders)
- Cleanly separates data, content, processing, and rendering.
- Has all the bits required for CI/CD publishing
- Makes writing plugins easy and then stays out of the way
- Avoids lots of random configuration files (because every non-content file will confuse users)
- Avoids breaking changes every few releases, or at least uses semver (appropriately)
As much as I don't like ruby (or jekyll), I think it's the right tool for the job. We need a prototype that:
- shows clean management of data
- adapts the mainroad theme
The framework we need:
As much as I don't like ruby (or jekyll), I think it's the right tool for the job. We need a prototype that: