• snorkbubs@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    11 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!

    • rglullis@communick.news
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 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.

      • TCB13@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 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.

    • GreyBeard@lemmy.one
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 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.

        • aksdb@feddit.de
          link
          fedilink
          English
          arrow-up
          0
          ·
          11 months ago

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

  • griD@feddit.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 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 :)

  • passepartout@feddit.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    11 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.

  • bob@feddit.uk
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 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
      arrow-up
      0
      ·
      11 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.