What would you recommend?

  • poVoq
    link
    fedilink
    English
    134 months ago

    Depends on your level of technical expertise.

    A static website generator like Hugo is usually a good choice.

    • @swoooshOP
      link
      English
      54 months ago

      Thx. Looks good markdown ftw

  • @PeachMan
    link
    English
    6
    edit-2
    4 months ago

    If you want a no-code solution, I recently created a homepage using GrapesJS (for free). I’m hosting it on Cloudflare Pages (for free). The whole setup was dead simple and almost completely free, I’m only paying for the domain.

    EDIT: oops, that isn’t technically self-hosted…but GrapesJS is a very cool tool for building a simple HTML website. Just make it looks like you want and it’ll spit out all the files you need for hosting wherever your heart desires. Caddy, GitHub, whatever.

  • @[email protected]
    link
    fedilink
    English
    54 months ago

    Probably overkill, but for projects like this I’ve setup WordPress in the past. Once everything was done, I converted the WordPress page to a static site with httrack and use the static version.

    This gives the ease of setting up and editing combined with the stability and security of a static HTML website.

  • Antithetical
    link
    fedilink
    English
    44 months ago

    As others have said: it depends on your technical expertise… But a nice and cheap solution is hosting a static blog build with Jekyll on Gitlab pages.

  • Handles
    link
    fedilink
    English
    24 months ago

    You could check out HTML5UP for some simple, well designed site templates. For your needs, maybe something like the Astral template will do?

  • @[email protected]
    link
    fedilink
    English
    1
    edit-2
    4 months ago

    If you wanna expand your site in the future, something like Kirby CMS might be great. It is paid but dev experience, community and loading speed of pages are much better that with something like Wordpress.