this post was submitted on 14 May 2025
50 points (96.3% liked)

Selfhosted

46672 readers
2040 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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!

you are viewing a single comment's thread
view the rest of the comments
[–] KazuyaDarklight@lemmy.world 3 points 23 hours ago (2 children)
[–] kreynen@kbin.melroy.org 2 points 2 hours ago (1 children)

@KazuyaDarklight@lemmy.world

@ozoned@piefed.social

If you are going to evaluate Drupal in 2025, I STRONGLY encourage you to start with the Drupal CMS install. There are so many optional modules with Drupal, it can be overwhelming.

If you are already familiar with Docker, you can spin up a Drupal CMS instance using DDEV. You'll have no problem Googling that.

If you aren't familiar with Docker and want to try it, https://new.drupal.org/drupal-cms/launcher is a ridiculously easy way to start on most operating systems. That approach gets a little trickier when you want to move the site/cms application instance to a host. There is documentation, but I would look it over before getting too far into this approach.

My recommendation for spinning up a Drupal CMS instance is on a free sandbox on https://docs.pantheon.io/drupal-cms. Acquia offers a free trial in exchange for the information they need to target you with marketing, but it is only a 4 hour trial. Pantheon lets you keep your sandbox as long as you account remains active.

Unfortunately ActivityPub isn't included in any of the Drupal CMS Recipes (yet), so you have to add it with composer require 'drupal/activitypub:^1.0@alpha'.

Composer is npm for PHP. If you are familiar npm, apt-get, homebrrw, pip, gem, etc, you'll have no problem understanding Composer.

[–] ozoned@piefed.social 1 points 2 hours ago

I don't know anything about Drupal. I shall look at it. Right now to get up and running I'm thinking of just running a SSG like Pelican. Especially since the Dev is on the Fediverse. :-D

I know a silly reason to pick it, but I'm a Fedi Lover lol. :-)

Thank you for the info though. I'll definitely look more into it. And thank you so much for the very deeply detailed response! :-)

[–] ozoned@piefed.social 1 points 19 hours ago

I shall check into it! Thank you! :-)