Is there not federated WordPress?

Edit: Okay its done, not pretty but I like it and it will do for now. I mostly want it as a guide to send people to my different social media sites and my Payreon where I have decided to post the webcomic.

But if you want to check it out its www.fredselfish.com

And added bonus here a story I have written today that I wanted to share.

https://therealfredselfish.substack.com/p/my-love-for-yellowstone

    • MoogleMaestro@lemmy.zip
      link
      fedilink
      English
      arrow-up
      8
      ·
      7 days ago

      I think this is a good suggestion. As a single user, you could still theme it while also providing cross-posting of other artists you like. Additionally, your network would act as a “web ring” of sorts.

    • Fredselfish@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      6
      ·
      7 days ago

      No I don’t need a software for drawing. I mean for posting. Back in the day I had Comicpress with WordPress but I know that not an option anymore, and was looking for something not WordPress.

          • SpicyColdFartChamber@lemm.ee
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            7 days ago

            Well, if you want you can design your website using the elementor tool and a locally hosted wordpress (you can use local to host the wordpress). All of it without having to know how to code.

            After you are done with your design, use a static plugin generator (it’s called staatic) to generate your website. It mostly keeps all of the functionality that you desire (html, css, js) but it’s static which means that you can’t have a database.

            You can take the static website and host it on any hosting service of your choice. GitHub is a very good fast option. You’ll have to own your domain name though.

            Speedtest the website, and then optimize.

          • TORFdot0@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            6 days ago

            Using a SSG such as Hugo, you don’t write HYML. You use Markdown. Which is the same format that you use for posts on Lemmy. You don’t get the full MS Word of the formatting gamut but in exchange your posts look the same anywhere you put them that uses Markdown.

            In fact there is someone that made a front end that literally uses Lemmy as the backend for your posts.

  • RagingHungryPanda@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    6 days ago

    You need to follow it, but the thing is, you’re probably just as well off posting a link from your own account. It comes up as a separate account for me. I don’t think the federation there is really worth it

    • Fredselfish@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      I have installed wordpress but nothing changed it still shit to work with. Anyone can help me design damn thing without using fucking theams and how I can access the code for the whole thing, not just in a post?

        • Fredselfish@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          Neither really did some coding in the past but nothing major. I can do basic Html and messed around with python.

          • tfm@europe.pub
            link
            fedilink
            arrow-up
            2
            ·
            2 days ago

            Learn the basics of WordPress first then check out Bricks Builder. It’s not free but the best in it’s class. If you aren’t doing this professionally you’ll experience a steep learning curve but once you master it, you can build pretty much anything you want extremely fast.

            If you really want to build it in HTML and CSS you’d have to build your own theme.

  • 0x01@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    7 days ago

    Wordpress as a framework is kinda federated, you can host your own server if you want to.

    You can look into wysiwyg website editors, self hosting a website with aws and s3 is wicked cheap, and other providers like netlify are also inexpensive to a lesser degree.

    • Fredselfish@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      7 days ago

      I will look into that. Thanks. And WordPress doesn’t let you tinker with the base code like they used to.

      • kkj@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 days ago

        They do if you host it yourself. I’ve done a fair bit of WordPress development. You can add your own plugins that override base functionality, and if that isn’t enough you can just modify the base code directly (but you’ll have to reconcile it with updates if you want to update).

        • PhilipTheBucket@ponder.cat
          link
          fedilink
          arrow-up
          1
          ·
          6 days ago

          If you want to make changes without dealing with update hassles:

          • Make a child theme to your current theme which inherits from it.
          • Add a functions.php to your child theme, which only includes specific overrides for functionality you want to override.
          • Presto change-o you are immune to stuff getting ruined with updates. (Aside from API changes and things but those are relatively rare in my experience, for the most part it all just works.)
        • Fredselfish@lemmy.worldOP
          link
          fedilink
          arrow-up
          2
          ·
          7 days ago

          Yeah but then it wouldn’t be on my website. And no thanks to WordPress they enshitfication and don’t allow you to change the code. So fuck them. Also they destroy Comicpress best thing they had for webcomics.

          • MrSebSin@sh.itjust.works
            link
            fedilink
            arrow-up
            3
            ·
            7 days ago

            I get it, but you can pretty much bend Wordpress to do anything you want, even without coding. I for one suck at coding and have found a Theme I use for building all my sites and customers as well.

            I don’t know you whatsoever and you don’t know me, so take this with a huge grain of salt, but sounds to me you are looking for a reason not to bring back your webcomic.

    • Fredselfish@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      7 days ago

      Just a way to post my comics on my website and people can click through them. Like how Comicpress worked back in the day.

  • RagingHungryPanda@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    6 days ago

    I’m hosting writefreely with picsur as the image host for my blog. They’re pretty lightweight. Otherwise a static site generator like others suggested.

    • Churbleyimyam@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      6 days ago

      Do you find that Writefreely federates well? I’ve tried hosting it a couple of times but my accounts weren’t discoverable on many other Fediverse instances. I never got to the bottom of why. I really like it though and would love for it to work out.

  • neidu3@sh.itjust.worksM
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 days ago

    The answer is probably “no”, but… Any interest in rolling your own? I once wrote a webcomic engine for a friend, and it was pretty trivial: a simple mod_perl script that grabbed a template and substituted a codeword with the picture the client requested.

    Nothing fancy and pretty lightweight. My friend uploaded any new comics via FTP and made some minor changes to the template from time to time. It did the job well.

    • Fredselfish@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      7 days ago

      I can do badic html and css and thought of doing that way but it would look very early 2000. Besides not looking to code and do the artwork. Already do that for one website and its not pretty.

  • andyburke@fedia.io
    link
    fedilink
    arrow-up
    2
    ·
    7 days ago

    Faircamp is great for this for music - I wonder if it could be pretty easily adapted for art, too.

      • andyburke@fedia.io
        link
        fedilink
        arrow-up
        2
        ·
        7 days ago

        It would be something to discuss with the Faircamp devs. If Faircamp seems like what you want except you would just plug in images instead of music, then maybe it would be worth pursuing.

        If Faircamp doesn’t quite seem like what you want, it’s not.