What would you recommend?

  • poVoq
    link
    fedilink
    English
    101 year ago

    Depends on your level of technical expertise.

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

  • @cron@feddit.de
    link
    fedilink
    English
    41 year 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.

  • @PeachMan@lemmy.world
    link
    fedilink
    English
    3
    edit-2
    1 year 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.

  • @Pechente@feddit.de
    link
    fedilink
    English
    1
    edit-2
    1 year 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.