digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

810
active users

#jekyll

8 posts7 participants1 post today

I've lost count over the decades of how many people I meet who imagine that I transitioned MtF, just to avoid prosecution for wrong-doing or engage in wrong-doing under the superficial guise of a woman, a literal dark femme fatale.

What People Get Wrong About Dr. Jekyll & Mr. Hyde
#trans #transmisogynoir #hyde #drjekyllandmrhyde #jekyll #horror #literature #gothic #gothichorror #did #identity #personality #movie #thesubstance
youtube.com/watch?v=uZqm6mqCJa0

In order to publish my personal projects/pages (and most of my teaching materials, hundreds of pages) on #Codeberg, I need to convert #markdown files into #HTML and sprinkle some CSS & JS from a layout template, like #GitHub's Pages #Jekyll does, but I dread the complexity of installing and tending to Jekyll or Hugo or other static site generators, and I can't even imagine going near Forejo Actions or any sort of CI intergration.

Should I be brave and do the Jekyll /static generator thing? Any other ideas for poor, overworked, stressed out, clumsy people? :(

Weird #Jekyll lesson of the day: When your code block has {{ ... }}, you should encapsulate it like this in your page source:

{% raw %}
```json
{
"subject": {
"Organization": {{ toJson .Organization }},
```
{% endraw %}

The `raw` block makes sure the {{ ... }} actually makes it all the way through to your static pages :)

Learned that today, should have learned it earlier :)

I was happy to get some time to hack on a new project at the #Fedicon #Minihackathon today. I built a #Jekyll plugin to output ActivityPub information (Webfinger, actor, inbox, outbox, all the objects and activities). It should generate a legit #ActivityPoll actor, which other people can follow remotely.

github.com/social-web-foundati

GitHubGitHub - social-web-foundation/jekyll-activitypub: A plugin for Jekyll to generate a feed in ActivityPub formatA plugin for Jekyll to generate a feed in ActivityPub format - social-web-foundation/jekyll-activitypub

So I recently stumbled upon @binarydigit 's awesome website, which rekindled my interest in setting up something similar. For me it would be a simple blog where I share stupid and silly stuff, like "which #retroHandheld do we like" or "my #PopOS did a weird thing and here's how i fixed it". Like the #web of yore.

I've bought a domain and am going to use a static site generator. I'd worked with #hugo before but am going to try #Jekyll, for giggles.

Will post updates here 😅

A minor #Ruby version upgrade in #FreeBSD broke my #Jekyll static site generator. Again.

My flow consists of a #Git hook triggering Jekyll, after which the generated site is rsync’d to the web server.

Question now is whether to keep it fast and simple, and migrate my #Forgejo instance to some flavor of #Linux or to complicate things and set up a Linux based Forgejo runner on a separate VM…