I'm looking for CMS recommendations, including possibly a headless CMS with a statically built site (I'm actually leaning in that direction).

In the past, I would normally just use , but with the latest , I'm honestly concerned about its future.

The project I'm working on is for my Church. It's not for a single congregation, though. It's a regional thing serving ten congregations across the South Houston, Texas region. Not a huge amount of traffic, but not inconsequential.

Here are some basic requirements. I need it to support multiple users, with role based access. I need some amount of extensibility, as I plan to build out more features over time, including notifications of new content being pushed out to various destinations (SMS, mobile push, etc.). I haven't discussed with the church leaders what the budget is, but I imagine minimizing costs would also be a need. Localization will also be a concern. Seven of the congregations are English-speaking, two are Spanish, and one is Mandarin. So being able to have some content available in all three languages would be beneficial.

Any customization will be built by me, so, a language I'm familiar with, or can reasonably easily learn would be good. So, PHP, go, or node are the best options.

The site will host a few different things. It will serve as a directory of resources for folks with various needs. It will also serve as a hub for announcements.

Right now, I'm looking at a Directus headless CMS, hosted probably on AWS or DigitalOcean, and probably an Eleventy generated site, probably hosted on Netlify or Vercel. But, I'm certainly not married to the idea. And I still haven't completely ruled out just using WordPress, or perhaps even ClassicPress.

It's been so long since I've set up a content-driven site (aside from my own personal sites, which just use hugo), that I'm not sure what the best options are nowadays. Suggestions for hosting are also appreciated.

Finally set up a personal @[email protected] instance. I can't believe it's taken me so long to do this. Such an easy set up.

I've got two questions, though, if anybody knows.

First, I've got some repos that are hosted on both my ForgeJo, and GitHub. I've noticed that GitHub Actions defined in .github/workflows are picked up by ForgeJo Actions. I don't really need them running both places. Can I disable Actions from running from .github, and only have them run from .forgejo?

Next, I want to automatically mirror some branches of some of my repos, but not all of them. So, when I push to certain branches in my ForgeJo, they'll be automatically pushed to other repos that I specify. I see how to set up the mirror settings, but it seems to be all or nothing. I suppose I could set up some standard git hooks to do this, maybe in post-receive, or use an Action, but if there's a built-in way, I'd love to do that. If there's not, if anybody has experience with the post-receive hook, I'd love some tips.

One of my coworkers, during a meeting, just accidentally misgendered another coworker who's non-binary. They gently corrected the mistake and moved on, which was fine, but the manner of misgendering made me wonder how best he should've addressed them.

He was trying to give them a compliment on their new haircut. What he said was "Girl, you're rocking that look!"

They corrected him saying, "Not girl, 'they', but in response to your other question ..."

If they were a woman, "Girl!" would've been a culturally appropriate way to address them in this circumstance. If they were a man, "Dude!" might've been more appropriate. So, what's the appropriate (at least in the US) non-binary alternative in this circumstance? Obviously, he could've just used their name, which would've worked well enough, but doesn't quite carry the same weight as the gendered alternatives.

I need the Internet to settle an argument.

Is banana bread bread or cake?

  • Bread 64% (25 votes)

  • Cake 33% (13 votes)

  • Other (leave a comment) 2% (1 votes)

I've got a a / question.

I understand how self-verification works in Mastodon.

But I'm trying to figure out how the federation of it works. In other words, how does instance A know which links are verified for a profile on instance B.

When I look at the AP profile (curl masto.tld/users/jimmy -H 'Accept: application/activity+json'), I get something like:

{
"attachment": [                                                {
            "name": "Personal Site",
            "type": "PropertyValue",
            "value": "<a href=\"https://something.tld\" target=\"_blank\" rel=\"nofollow noopener noreferrer me\"
><span class=\"invisible\">https://</span><span class=\"\">
something.tld</span><span class=\"invisible\"></span></a>"
        }
  ]
}

But I don't see anything anywhere else in the JSON that indicates that that value is verified.

Is there a separate endpoint to check that?