cross-posted from: https://yiffit.net/post/9436690
The first post I brought it up in. I don’t know if I’ll finish it, but I have started to write it. I even went so far as to get a domain. It wasn’t my first choice, but its not bad. So any ideas, features, etc… are welcome, as is anybody that wants to help with it or advice for making it. I’m not quite ready to give out the name publicly yet, but if anybody is curious I’ll message you.
No front end yet, I’m really hoping somebody will want to help with that, but I would prefer as little JavaScript running as possible.
The only applicable language I already knew was Python, so I’m going with flask for the back end.
Currently the website just has a static page I generated with Jekyll.
OK, I’m less familiar with flask, but for the front-end logic, jinja fits well into your needs, I think
I’d definitely recommend also using a css framework too, because it takes a lot of the legwork away from you. Most have JS dependencies, but there’s Bulma, which is a no-JS one that’s easy to customize.
I think jinja is actually sort of built into Flask. As much css/html that I can offload the better.