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.

  • @l_b_i@yiffit.netOP
    link
    fedilink
    English
    1
    edit-2
    2 months ago

    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.

    • @Linkyu
      link
      English
      22 months ago

      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.

      • @l_b_i@yiffit.netOP
        link
        fedilink
        English
        11 month ago

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