openscad / openscad.github.com

28 stars 40 forks source link

List of possible chores #131

Open Rotzbua opened 2 months ago

Rotzbua commented 2 months ago

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.

If you want me to solve some of them please send me feedback.

t-paul commented 1 month 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?