• snorkbubs
    link
    fedilink
    228 months ago

    My answer is probably boring, but it works, and I had fun with my own. Just set up Wordpress. At this point, you can find templates for any site design imaginable, and there are a million plugins for it. It’s an all-around solid platform, that has mountains of documentation. Wordpress was made for blogging, can’t go wrong there, but I’ve used it for all kinds of stuff, including ecommerce. It’s simple and effective enough that I have a hard time going any other direction.

    I used to host Wordpress sites on a home LAMP server; it was a fun project that didn’t cause a bunch of headaches, mainly because of the amount of available documentation. Search “wordpress self-host” and you’ll find a whole lot of information.

    Good luck with whatever you decide on!

    • GreyBeard
      link
      fedilink
      English
      178 months ago

      The problem with WordPress and the like is maintenance. If you don’t keep it up to date, it will get taken by malware. Guaranteed. Any plugins you add increase the risk.

      I moved my blog to a markdown based compiled site a long time ago so I didn’t have to worry about that upkeep.

      • Clegko
        link
        fedilink
        English
        38 months ago

        Run in docker and set auto-update on? Idk seems simple…

        • @aksdb@feddit.de
          link
          fedilink
          English
          98 months ago

          But why? If you don’t need moving parts, don’t use moving parts. Simplicity is king.

    • @rglullis@communick.news
      link
      fedilink
      English
      88 months ago

      I’m yet to understand why people downvote comments like yours. Your answer was on-topic, provided a reasoning, was well-written… even if I haven’t fully recovered from the trauma of having two wordpress sites hacked, I still think your comment has merit.

      • Deebster
        link
        fedilink
        English
        38 months ago

        It turns out that people on Lemmy are no better responsibly using a downvote button than anywhere else. I think you should have to at least select a reason why you’re downvoting to add some friction - maybe options something like “I don’t like this”, “I disagree”, “This is factually incorrect”, “Spam”, “Abusive language”, etc. Then you can filter out the first two!

      • @TCB13@lemmy.world
        link
        fedilink
        English
        -108 months ago

        That’s was some fanboy of those overly complex but allegedly simple new-age bullshit website compilers (Hugo) where you place a bunch of markdown files in a folder, install 200MB of dependencies to compile the thing into HTML that you can then deploy via a closed solution such as GitHub actions to a closed ecosystem like Cloudflare. The same guy who’ll discover in a few years they won’t be able to “compile” their blogs anymore because some dependency is broken, their SEO is trash, Cloudflare is no longer free, GitHub actions require a subscription etc… you know, our run-of-the-mill piece of shit developer from 2023 so up their asses who don’t understand shit about what their doing and that can’t even be bothered with a simple drag-and-drop to a FTP.

            • astraeus
              link
              fedilink
              English
              4
              edit-2
              8 months ago

              I wish this were the case. I have to manage multiple Wordpress sites and its backend is a sticky mess of outdated PHP conventions and plugins with very little standardization and even less thorough verification. If you’ve ever had to migrate sites or move new content from one site to another, if you’ve ever had to shift domains or deal with multi-site configurations, you will realize that Wordpress makes things easy for the end-user but there’s a reason there are so many managed Wordpress offerings out there.

              • @TCB13@lemmy.world
                link
                fedilink
                English
                0
                edit-2
                8 months ago

                I’m sorry, still I’ve and I do that from time to time. Last month or so I was upgrading old WP sites from PHP 7 to work on PHP 8.2 and yes I had to manually fix stuff here and there. As you yourself said the problem isn’t WP alone, its the amounts of shit people do with it - plugins and themes very poorly coded etc.

                I’ve had two very different experiences, websites that were properly coded back then and updates go very smoothly without intervention (or little) and then the run of the mill theme coded in India with 400 plugins that will all break.

                When things are properly done by professionals they tend to work fine in the long run, you don’t have to deal with shitty plugins and poorly structured code. WP itself is solid and good, what people add above tends to be garbage.

    • @TCB13@lemmy.world
      link
      fedilink
      English
      28 months ago

      Yes +1 for Wordpress, you can even make your own simple theme if you would like in no time.

  • @passepartout@feddit.de
    link
    fedilink
    English
    22
    edit-2
    8 months ago

    Those examples you listed are not really modern imo. I’m not an UI/UX expert though.

    I used Hugo to build my personal website. You can also easily build blogs with it. The difference to the usual approach is that you “code” the website in markdown which makes it super easy. Hugo then generates the html and css for you, which gets statically hosted. Check out the showcases and themes if you’re interested. I used a theme called papermod, it’s pretty common.

    • @kill_dash_nine@lemm.ee
      link
      fedilink
      English
      7
      edit-2
      8 months ago

      I would also second Hugo which I use for my personal site and blog which I haven’t updated for a long time. Nice thing is that it has a minimal footprint of needing to watch out for updates unlike something like Wordpress which was known for being vulnerable stable if left unmaintained. It’s mostly looking out for old themes with vulnerable javascript.

      Another popular options is Jekyll and I honestly can’t remember why I picked Hugo over it but if you don’t need dynamic content, why make things more complex?

    • @chevy9294@monero.townOP
      link
      fedilink
      English
      58 months ago

      Thank you! I made my own static site generator and ony missing thing was nice theme. PaperMod is beautiful, thank you!

    • @Urist@lemmy.ml
      link
      fedilink
      English
      5
      edit-2
      8 months ago

      Agree on Hugo being easy to work with. I also think having a static website is a good idea in general due to the low resource usage. My Raspberry Pi, even though it is loaded with many web applications, always manages to serve my hugo website blazingly fast. If you need rich content, for example videos, you can always embed them in some way. Another option I tried that worked okay is Pelican, though I use Hugo now since it seems the better option for me. In general I think any static site generator with templates will do the job. Even a minimalist solution such as pandoc could do it, though it would be much more manual work to get working.

      • @Tetsuo
        link
        English
        78 months ago

        Static websites are also cool for security.

        So many small websites gets defaced everyday because of some vuln brought by the dynamic aspect of the site.

  • @bob@feddit.uk
    link
    fedilink
    English
    198 months ago

    Learn html and CSS then create a simple static website. It’s a lot easier than it sounds, Mozilla has great documentation.

    • @Holzkohlen@feddit.de
      link
      fedilink
      English
      48 months ago

      Lots of people recommending wordpress or smth. Kinda surprising to me. HTML + CSS can be incredibly fun to work with. Web development is such a huge mess I don’t ever want to touch because of the bazillion frameworks and tools. But doing the raw coding is super fun.

  • @griD@feddit.de
    link
    fedilink
    English
    78 months ago

    Personally, I’d use just simple HTML + precompiled CSS in the form of SASS / SCSS. Because modern CSS is actually fun when it’s precompiled :)

  • Strit
    link
    fedilink
    English
    58 months ago

    For my blog I use Ghost. It’s pretty simple to set up, but it does require a database (like most blogging software does). So it might not be what you are looking for.

  • Possibly linux
    link
    fedilink
    English
    48 months ago

    Make it in markdown. There are plenty of ways to doing this or you can make your own. I personally like the marked library

  • MaxMalRichtig
    link
    fedilink
    English
    38 months ago

    Personally, I love Bludit as it is really simple, flat-file and perfect for blogging.

    However, you could also look into WriteFreely if you want something with ActivityPub (= Fediverse). Feature wise very very plain and simple, but might noch give you most of the bells and whistles as other platforms would do it. Think of it as an alternative to “Medium”.