Hi,

I am looking for a good and lightweight blogging solution.

I imagine I can just go with a static site generator like jekyll but I’d like something else… it would be a plus if it can federate :)

Any ideas?

Thanks !

EDIT: I forgot to say that obviously wordpress does not enters in the “lightweight” category ;)

  • llama@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    I use the parsedown library with a custom PHP index page to serve markdown files as HTML.

    • Zak@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      It wants a gigabyte of RAM. Maybe that passes for lightweight in 2025, but given the fundamental things a blog has to do, I’d probably put the cutoff at less than a tenth that amount.

        • Zak@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 months ago

          Federation doesn’t inherently require large amounts of memory. Fundamentally, it’s a matter of selecting a list of unique servers (likely tens, maybe hundreds) from a larger set of followers (likely hundreds, maybe thousands) and sending an HTTP request to each when there’s a new post. There’s a speed/size tradeoff for how many to send in parallel, but it’s not a resource-intensive operation.

          Growth beyond a few tens of megabytes was a bug in Writefreely, which is a likely-suitable option several comments here recommended.