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 2 points 2 weeks ago (1 children)

The reason why I picked it was the 2021 award and the previous awards. However themeing has been a pain point for me. Given that my story site is picking up steam, I want to start making it look better and I am still struggling with themeing. Automad themes well, but does not have the plugin/modules I need.

[–] 01189998819991197253@infosec.pub 1 points 2 weeks ago (1 children)

I used WordPress (the self hosted one) and Drupal. They were both fine for my needs. I've never used Grav, so I'm not sure how it compares. As for making it look better, I think it's more important to the user that the site is usable and easily navigate-able. I know those were the main things I looked for in niche sites. Of course I preferred that they didn't look like they were plucked out of 1999, but as long as I could easily find what I was looking for, I didn't care that much. I guess what I'm trying to say, is that I hope you find exactly what you're looking for, and that your users appreciate you for your efforts on that front, as well as the content itself : )

[–] nicgentile@lemmy.world 2 points 2 weeks ago (1 children)

I have used both WordPress and Drupal and they are pretty good. I leaned towards Drupal more, for its flexibility. Grav is superb for my needs. Lightweight, fast, very few requirements, its the best platform to use for what I am doing. However, for all those benefits, there are limitations, and to me, themeing and documentation are a pain. However, it is the best flat file CMS hands down.

[–] mbirth@lemmy.ml 2 points 2 weeks ago (1 children)

After using GitHub Pages (Jekyll) and some experiments with GRAV and Serendipity/S9Y, I’ve ended up with WordPress on SQLite for my blog as it provides everything a proper blog needs: RSS, comments, trackback/pingback, spam filter and ActivityPub/Fediverse integration.

But for a CMS without any social aspect I’d probably use GRAV and make it work somehow.

[–] 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.