Hello everyone
I know that there has been some discussion of changes to the website. Has a static website generator like Lektor been considered
https://www.getlektor.com/ ?
Unlike most python static generators out there that seem to be geared towards blog sites, lektor allows to define models to have all information structured using a flat text based "DB".
I have used it in several projects e.g.
https://www.pycon.co/ where all the structure of models can be found at
-
https://github.com/PyConColombia/website-2018/tree/develop/models
the content at
-
https://github.com/PyConColombia/website-2018/tree/develop/content
Being static it simplifies hosting and hooks could be enabled to publish site upon souce changes. Also since the information can be structured as needed based on the models, an eventual migration to a dynamic service (if the need arises) is pretty straight forward.
Thoughts?