As found in https://lemmy.ml/post/12000676

It seemed like a fun bit so I registered the domain. I have nginx running on a server but we need to wait for the dns records to hopefully point things the right way.

So while that’s in progress, what should I put on the new site? (keeping in mind the server I got is absolutely tiny because I’m not spending -that- much on a bit, also my website making skills are minimal)

Edit, here’s the link for whenever dns goes through: http://www.learnhowtodriveyourbigstupidcaryoudumbfuck.com/

Edit: Got the url to work and hopefully it is redirecting correctly to https. Now to figure out adding things people are suggesting using my 15+ year out of date website making knowledge

  • Flipper@feddit.de
    link
    fedilink
    arrow-up
    5
    ·
    5 months ago

    I’d suggest putting the source up on GitHub and create a ci action to publish automatically the main branch. That way people can help you create the website while you also have full controll over what lands. Hit me up if you want help with that.

    • Ms. ArmoredThirteen@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      Ooh, I like it. I know how to do that through Jenkins and I’ve already got a build server running, is there a way to do it just in GitHub and skip all the Jenkins nonsense?

      • pietervdvn@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        Yes, github actions. Or maybe checkout github pages? As long as your website doesn’t need an SQL-database, it’ll work and will be free

      • Flipper@feddit.de
        link
        fedilink
        arrow-up
        1
        ·
        4 months ago

        Do you have ash access to your hosting server? Also do you want to build using a static site generator?