Open Rotzbua opened 4 months ago
I don't think there was a wider discussion yet, but I'd prefer to move to some framework which removes all the duplication in every HTML page on the source side. But that said, I'm not too fond of deploying or maintaining some content management site like WordPress or so.
Assuming moving to a totally different solution is not on the table, I see 2 main options:
Personally I had to spend some time with Svelte kit for a project at work. This seems to be a nice option as it's both providing a good framework for development while also allowing fully rendered/generated pages without the need for a back-end service. I've used that for the GSoC Project Proposal page, generating the page from the issues list (Source Repo) and that worked quite well.
@kintel, what do you think?
I don't know what the current development status of the website is, but here is a list of things that could be done to bring the website up to date. Most todos are less work than they appear.
<meta name="viewport">
tag<ul> and <ol> must only directly contain <li>, <script> or <template> elements
If you want me to solve some of them please send me feedback.