I’m starting a NonProfit Fediverse powered business called BT Free. I was thinking of making my homepage built on Ghost, but due to some of it’s choices, I’m looking for something else.

Does anyone have any suggestions for a self hosted, possibly fediverse powered, software for creating a simple clean efficient business website landing page that explains who we are, what we’re doing, etc. I am NOT a designer so something with templates or can hold my hand would be wildly helpful.

I was thinking maybe a static site generator maybe?

Anyone have ANY thoughts or suggestions? Remember there are no such things as bad ideas or comments!

  • nycki@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 minutes ago

    My favorite static site generator by far is Eleventy, which you can learn by reading their sample code at eleventy-base-blog. It uses NodeJS which runs on all major platforms, and it generates plain old HTML that you can put on any static host. I played with several of the generators on the Jamstack list, and decided that this is the one I’m most comfortable recommending. It has a very high power-to-effort ratio, you can do some really useful stuff with very little knowledge. I’m using it on my personal site, https://nycki.net/, to automatically generate a “navbar” on every page, plus an RSS feed for my blog. It’s also nice for generating “prev/next” links under articles.

  • jqubed@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 hours ago

    If you’re okay with writing a little HTML and just don’t want to deal with writing/designing the CSS, I recently found out about HTML5 UP, which has a bunch of Creative Commons Attribution 3.0-licensed templates. It’s fairly straightforward to modify the content if you understand the HTML, and then you can host it for free as a static page at any number of places like GitHub Pages or Cloudflare Pages.

    If you don’t want to have the CC-By attribution on the webpage, the designer also offers a service called Pixelarity with the same templates and more for a $19/quarter non-renewing subscription. You can continue using the templates even after the subscription expires and can keep making new sites with any template you already downloaded, you just don’t get any updates or tech support when the subscription expires. Upload to one of those free static hosts and it’s dramatically cheaper than Ghost or WordPress, and probably less work than a static site generator for something that’s not changing often.

  • fubarx@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 hours ago

    Have used Jekyll, Hugo, and Docusaurus to generate static sites, and Wordpress and Ghost for blogs.

    A few things to think about:

    • Where do you plan to host and how much is the monthly budget?
    • How much traffic do you expect to get?
    • Will the content be static or updated often (i.e. landing page site vs. blog).
    • Will more than one person be updating the site?
    • How technical is the person/people updating the site? Are they OK with using terminal and command-lines, or GUI and point and click.
    • Will there be ‘member-only’ features, i.e. things that require users creating an account and logging in?
    • Will you need to offer a way for people to get in touch? Like, contact pages, email, etc.
    • Will there be a need for public to post and answer questions (i.e. a forum).
    • Will you need future support for things like newsletters, shopping carts, etc.

    If one-person, technical, static, I’d go with Jekyll and Github pages, or Jekyll/Hugo/Docusaurus on Cloudflare pages. They all have templates. But you need to know how to setup github repos and tools. Cost is $0 to operate, other than annual fee for custom DNS domain name.

    If more than one person, non-technical, or dynamic, then hosted Wordpress or Ghost. Budget for DNS name and ~20-50 dollars or euros/month (plus or minus, depending on features and traffic). There are free versions of these, but they slap ads all over them.

    You can self-host all these, but it’s much easier to have someone else deal with traffic spikes.

    If you need community forums or a way for users to communicate with each other, then none of the above.

    • ozoned@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      This is excellently well thought out post and some GREAT questions! I’ll have to go through this more. I’m definitely planning on Self Hosting via Hetzner, I expect it to be static. I don’t honestly expect much traffic, but who the hell knows. :-D I don’t think I’ll need forums as I have the Fediverse! :-D

    • ozoned@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 hour ago

      Yup, heard of them, used them very briefly. I think it’s time to give it a try again! :-D Thank you!

  • just_another_person@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 hours ago

    Ghost is meant more for hosting blogs and newsletters, not necessarily an interactive site.

    Lots of static site frameworks out there: Hugo, Gatsby, Jekyll - all with their own strengths and weaknesses. Hugo probably has the largest following and template ecosystem, so may be faster to get started. Something a bit different that has some steam behind it is Grav CMS.

  • David From Space@orbiting.observer
    link
    fedilink
    English
    arrow-up
    10
    ·
    7 hours ago

    I’ve been experimenting with Hugo to make simple websites. It’s got a very minor learning curve, and plenty of templates to get you started. I like it!

    • ozoned@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 hours ago

      Yeah, I’ve heard folks use Wordpress and it has a Fediverse Plugin now. And it can be selfhosted? I’ll check it out! Thank you! :-)

      • AmbiguousProps@lemmy.today
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 hours ago

        The other catch with WP is that there’s a lot of overhead, and you have to keep it updated to avoid security issues. Static site generators have minimal overhead and updates, but may not be as easy to use when building the site.

  • Otter@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    7 hours ago

    I think you want a static site generator

    We use Vitepress for https://fedecan.ca/en/

    https://vitepress.dev/guide/getting-started

    If you want to selfhost it, there is https://www.coolify.io/ , but imo you want something like GitHub pages/ Netlify since it’s for your business

    What kind of fediverse features did you want for the website? You might be better off making accounts on fediverse platforms and linking to the website

    • ozoned@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 hours ago

      I don’t LOVE business personally lol :-D but I do love the Fediverse and I’m going to attempt to “business” it at least. :-D NonProfit, because we’ve been down the route of Profit before and we saw where that got us.