this post was submitted on 06 Dec 2024
17 points (100.0% liked)

Selfhosted

40734 readers
401 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
 

Hi,

I've selfhosted Grav for two years going to three, but I want to move on to something else. I am looking for a flatfile CMS. I have experimented a bit and the best I found so far is Automad, but it isn't quite there. What alternatives can you recommend? PHP is where I am leaning.

Thanks.

Edit: Given my unclear query, I have struggled themeing. It has always been a pain and for whatever reason, documenting is somewhat unclear.

you are viewing a single comment's thread
view the rest of the comments
[–] nicgentile@lemmy.world 1 points 2 weeks ago (1 children)

This seems to be the way. Panel beating Grav. Dang. Wish it were more friendly, but still much respect to the development team.

[–] mbirth@lemmy.ml 1 points 6 days ago

From a technical standpoint, I still have some admiration for ProcessWire which is basically just the backend of a CMS and requires you to code the frontend. It has a great API and is awesome to build websites with. Just create your HTML and insert the PHP snippets wherever you need some dynamic info.

However, it requires a fully fledged database which is what I'm trying to avoid with most of my projects.