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
    0
    ·
    2 days ago

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

  • irmadlad@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 days ago

    I’ve heard a lot of good things about Ghost. I see a lot of bloggers running it. I’m not a blogger and I doubt anyone would be interested in what I had to say…lol…so I don’t have experience in that area. However, Ghost seems to be the ticket for bloggers. It integrates with thousands of services and some really great theme templates. If I were going to start a blog, that’s what I would go with. Jeremy over at Noted.lol has a write up about it and iirc, he uses Ghost for Noted.lol itself.

  • ex_06@slrpnk.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    In order from little to bigger:

    • any ssg like Zola or pelican
    • mataroa.blog
    • writefreely
    • ghost
    • lemmy :)
    • Zak@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days 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.

      • dreadbeef@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        3 days ago

        It costs like $3/mo to host it. If that’s too resource intensive then I don’t know what your limits are. Compute isn’t free—that literally breaks the laws of thermodynamics, no matter what you’re told by hosting services, and ghost does server side rendering and has a dynamic admin dashboard and can even work headless… and it costs less than $3/mo for your own personal open source cms.

        If you need something that costs less then you can just build your own I guess, but how many hours of your time is that worth when you could just be spending $3/mo. If you make minimum wage at $7/hr one hour of work gets you two months of running a website.

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

          I’m thinking like a programmer about what a basic blog has to do and the computing resources necessary to accomplish it. Software that needs more than a few tens of megabytes to accomplish that is not lightweight regardless of its merits.

          This comment seems to be arguing that one should not demand blog software be lightweight because there’s inexpensive hosting for something heavyweight. That’s a fine position to take, I guess, but OP did ask for lightweight options.

          • False@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            2 days ago

            You may be thinking like a programmer but the guy you responded to is thinking like a software engineer.

  • 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍@midwest.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 days ago

    If Jekyll isn’t your jam, then Hugo probably won’t be, either.

    I have a simple workflow based on a script on my desktop called “blog”. I Cask it with “blog Some blog title” and it looks in a directory for a file named some_blog_entry.md, and if it finds it, opens it in my editor; if it doesn’t, it creates it using a template.md that has some front matter filled in by the script. When I exit the editor, the script tests the modtime and updates the changed front matter and the rsyncs the whole blog directory to my server, where Hugo picks up and regenerates the site if anything changed.

    My script is 133 lines of bash, mostly involving the file named sanitization and front matter rewriting; it’s just a big convenience function that could be three lines of typing a little thought, and a little more editing of the template.

    There’s no federation, though. I’m not sure what a “federated blog” would look like, anyway; probably something like Lemmy, where you create a community called “YourName”. What’s the value of a federated blog?

    Edit: Oh, I forgot until I just checked it: the script also does some markdown editing to create gem files for the Gemini mirror; that’s at least a third to a half of the script (yeah, 60 LOC without the Gemini stuff), which you don’t need if you’re not trying to support a network that never caught on and that no-one uses.

    • estebanlm@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 days ago

      oh, Ghost is cool :)
      Not sure how much can use it, but indeed it feels like a great platform (maybe too much for some small posts :P)

  • nomad@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 days ago

    I recently considered a similar question myself and finally decided on Vercel + nest.js + sanity.io CMS template

    Of course, if your programming skills allow you to develop the functionality of the blog yourself

    • estebanlm@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 days ago

      I’m liking them! even if they do not seem very alive (still, blogging itself is not the most “alive” activity around nowadays…)