The modern web sucks. My band's website doesn't.
https://tinkerbetter.tube/videos/watch/79457371-7251-4386-940f-03535f111acb
The modern web sucks. My band's website doesn't.
https://tinkerbetter.tube/videos/watch/79457371-7251-4386-940f-03535f111acb
I replaced my @11ty's custom translation logic with `eleventy-plugin-i18n` a few days ago.
This plugin is older and has not been maintained for years, and the way I had set up some templates would result in many (unnecessary) warnings.
But here is the fun bit about open source:
The original code is available online, and I copied it to my project. I only had to modify two lines from the original logic to make it play ball with my setup.
Pretty neat, and Eleventy's output is once again free of warnings.
@fractalkitty I have an update to this: I switched from the MarkdownIt KaTeX (https://mdit-plugins.github.io/katex.html) plugin to the MathJax (https://mdit-plugins.github.io/mathjax.html) one, and so far it looks like it's working! This is in Eleventy, with the LaTeX math expressions embedded in Markdown.
While KaTeX includes the "output" option (https://katex.org/docs/options) to do HTML, MathML, or both (default: both), the plugin doesn't seem to expose that option, and since the MathJax one does just MathML, it looks right for me in NetNewsWire (macOS) and CapyReader (Android).
The post is here (https://reillyspitzfaden.com/posts/2025/06/reverb-part-1/) and the feed is here (https://reillyspitzfaden.com/blog/feed.xml), and I'd be interested to hear if it's working for other people.
Well well… my dotclear is so broken than the #eleventy has to be fixed manually before I can complete the migration. Is it still a good idea?
StaticQuest is now updated to Eleventy v3.1.1!
Calculating yearsSince using a Nunjucks filter in Eleventy
#technology #eleventy #11ty #nunjucks #code
thomasrigby.com/posts/calculating-yearssince-using-a-nunjucks-filter/
One thing I’m missing with my site is a favicon. I am pretty sure that I have it set, but for some reason, it doesn’t show up.
Does anyone see it on their end? - https://orbitalmartian.vercel.app/
New blog post: Writing statistics for your #Eleventy (#11ty) blog
Anyone had any luck getting #latex math to work with #eleventy? I've found several different plugins, followed the instructions for installing them and putting them in my config file (not all at the same time ofc), and when I run the command to build my site I get no errors and everything builds fine... but the math input stays exactly the same in the resulting HTML file.
$$ 1 \times 2 = 3$$ goes in, $$ 1 \times 2 = 3$$ comes out.
@rachsmith Pages CMS is pretty cool, I've been using it on my #eleventy site for a while now. I even wrote about how I set it up: https://alansuspect.dev/blog/i-picked-a-cms/
(and I eventually got the tags working)
Construire un index de recherche avec Eleventy (qui est un générateur de site statique). Il suffit ensuite de développer le composant graphique de recherche.
🔗 https://arielsalminen.com/2025/building-search-index-with-eleventy/
In my wiki/digital garden I have a collection of tutorials on webmentions including the basics — you can get up and running with only two lines of HTML! Hope it can be helpful to someone
reillyspitzfaden.com/digital-gard...
#Webmentions #IndieWeb #Microformats #Eleventy #11ty #WebDev #HTML
A Quick Guide to Everything I ...
In my wiki/digital garden I have a collection of tutorials on webmentions including the basics — you can get up and running with only two lines of HTML! — using microformats to enrich your mentions; adding a webmention form; and parsing, displaying, and updating them with Eleventy, Netlify, and Bridgy.
Hope it can be helpful to someone!
https://reillyspitzfaden.com/wiki/tutorials/webmention-tutorial/
#Webmentions #IndieWeb #Microformats #Eleventy #11ty #Netlify #Bridgy #WebDev #HTML
Here is the new #11ty website I made. I found writing a new website and template from scratch to be simple with #Picocss, and it does have quite a few features for being a simple site.
Hope there are some other folks out there who find this useful in starting their new #staticsite journey as well. It only took me about two years to finally make my own template with #eleventy. This was a fun little side project.