Planning to make the move from #JekyllRB to #11ty

I can't stand the increasing difficulty of maintaining a local install of bundler etc., the toxic environment that mainstream Ruby looks like from afar, honestly.

I'm working on a blog feature for my #GitHub website. (Coding blog! For coding related things! You've seen 'em before!) I had to take a peek in some of my old website #JekyllRB code for a few pointers.

There was this old page that had blog headlines, and next to them my birdsite widget, and a comment saying "maybe add Flickr feed here one day".

Oh how nostalgic! These were basically JavaScript widgets that pulled the feed from those services. Now, that page isn't up currently, but if I resurrect that page one day, maybe I need to add #Mastodon and #Pixelfed feed JavaScript embeds... though I don't know if any exist yet? Do they? I hope they will eventually.

ich hab jetzt ein paar Tage nichts mehr an meiner #jekyllrb-Seite gebastelt, weil ich noch kein Layout habe und nicht weiß, was genau das Ziel dieser Seite ist. Eine Art Portfolio? Wen will ich erreichen? Was will ich überhaupt?
nur mal kurz weiter was basteln. Mein Mann musste mir dann doch noch bei einem Problem helfen, aber wir konnten es lösen. Aber meine Augen sind wieder trocken. #jekyllrb
Problem gelöst. Die index.html gehört, wie in der Doku steht, in root, aber was genau die damit meinten war mir nicht klar (hätte mir aber klar sein sollen). Im Forum hab ich dann die Lösung gefunden: https://talk.jekyllrb.com/t/jekyll-basics-tutorial-index-html-autogen-and-liquid-not-rendering/5318 #jekyllrb
Jekyll basics tutorial, index.html autogen and Liquid not rendering

Hello. I’m very, very new to Jekyll and most of the related things. I’m going through the step-by-step tutorial on the website, and I’m stuck quite early on with two primary issues. When I try to implement Liquid filters, such as the downcase example, nothing is processed on the actual html file, it just says the code itself sans the html code. I made sure to include the front matter dashes at the top of the page. When I want to see the website in my browser, I use the following command in...

Jekyll Talk
seit einer Stunde Feierabend, wir waren schon einkaufen und gleich gönne ich mir zum Abendessen einen Bienenstich-Berliner. Bis dahin bastel ich dann noch was mit #jekyllrb rum und schaue, ob ich das Problem von gestern Abend selber lösen kann oder ob mein Mann mal helfen muss.
schwupps, da ist ein neuer Blogbeitrag. Spontan entstanden, weil ich mich gerade mit #jekyllrb beschäftigt habe. https://www.flying-thoughts.de/statische-seiten-erstellen-mit-jekyll-oder-wie-man-den-abend-auch-nutzen-kann/
Jetzt aber: Laptop zu!
Statische Seiten erstellen mit Jekyll - oder wie man den Abend auch nutzen kann

Ich probiere mich im Moment mal wieder im Bauen von Webseiten. Vor über 20 Jahren hab ich das gerne gemacht und nun hat mich die Lust darauf noch mal gepackt. Schuld daran war vielleicht der Beitrag von Sophie, die dafür plädiert, wieder persönliche Webseiten zu basteln wie früher. Also habe

flying thoughts – ein Blog über Bücher und alles andere
ich habe eben #jekyllrb aufgesetzt. 💪

Después de meses de desarrollo, ya está disponible la nueva versión #Jekyllrb, la 4.4.0

Esta nueva versión trae varias novedades, y también muchas correcciones, además de eliminar soporte para versiones de #Ruby inferiores a la 2.7, aunque recomiendan usar la 3.2 como mínimo. También han mejorado la documentación en varios aspectos.

https://github.com/jekyll/jekyll/releases/tag/v4.4.0

#webdev #WebSencilla #floss

Release v4.4.0 · jekyll/jekyll

Minor Enhancements Allow marking specific highlighted lines via Liquid (#9138) Add gem csv to runtime dependency list (#9522) Bump the minimum ruby version to 2.7 (#9525) Acknowledge livereload_po...

GitHub

got a reply to the issue: was recommended to subclass kramdown's html converter to override the assigned classes

i am pretty sure i know what is meant here and a rough idea of how to do it, but i am a ruby newbie and i'm using kramdown through jekyll so i'm not sure where to start poking things. any ideas?

#ruby #jekyll #jekyllrb