-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Type
Projects
Status
In Progress