this post was submitted on 11 May 2024
7 points (76.9% liked)

Furry Programmers

345 readers
1 users here now

English-language general programmers community

Please treat pawb.social’s rules as though they were the rules of this community, even if you’re posting from another instance!

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 5 months ago* (last edited 5 months ago) (1 children)

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.

[–] [email protected] 2 points 5 months ago (1 children)

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.

[–] [email protected] 1 points 5 months ago

I think jinja is actually sort of built into Flask. As much css/html that I can offload the better.