I’m looking to host a website for an organisation I run. I’m very familiar with WordPress and somewhat familiar with Drupal, but am highly technical and can learn other technologies. I do feel that a WordPress-type crm might be overkill, as I am not looking for user interaction on the site. I’m good with html, js, and css, so would not be opposed to a barebones provider.

Basically, who is everyone using, and what considerations went into that decision?

I have crossposted this question on .ml, as well, but can’t properly link each on the other.

  • @residentmarchant
    link
    English
    44 days ago

    Depending on the interactivity required from the website, you can use GitHub pages. I’ve hosted my personal portfolio site/blog on there for years with no issues.

    It’s limited to HTML/CSS/JS but there are also GitHub Actions to take markdown pages and render them as HTML, keeping updating the site easy for everyone.