@bobmonsour.com - anyone else done a Mastodon bookmark page using #11ty yet? www.simoncox.com/bookmarks/ This runs a script that pulls posts that I have bookmarked from mastodon. Think i can do this from Bluesky too! Modern day Blogroll!
Issue 70 - 11ty Meetup Videos, Getty does digital books, Speedlify updated, California is engaged with 11ty, 11ty info architecture improvements, Chobble does starters...And 7 releases, 16 posts, and 15 sites to see https://11tybundle.dev/blog/11ty-bundle-70/ #11ty @eleventy
Thinking of building a personal site using eleventy. Started with Next but I'm less inclined to now as I'm not sure they are as open as they lead people to believe. Any better options out there for a personal blog? Thoughts appreciated #11ty
@olets I didn't realize that you had #11ty posts. Now I’m an RSS sub’r and I've added 3 of your posts to the 11ty Bundle: https://11tybundle.dev/authors/henry-bley-vroman/
@tommi Here are a bunch of blog posts about various CMSs that are working with #11ty: https://11tybundle.dev/categories/cms/
Looking for CMS advice
Hey Web devs!
Do you have any suggestions, tips, opinions, dos, don’ts about headless CMSes?
I have a growing list of small/mid non-profits and collectives asking for my help to (re)make their website. I totally want to help, but I don’t have much time, especially considering that they generally have little or no funding—I would most definitely point them to @VillageOneCoop, otherwise.
Therefore, I want a super simple and replicable solution where I can copy-paste most of the code, while providing them with a stable, fast, and modern solution. I had a look at the Headless CMS section in the Jamstack website, but I need opinions from people who actually used some of that software already.
Needs
Nice to have
Absolutely not
Please, boost this and ask around! Links to videos, tutorials, and resources are welcome.
People whose perspective I would really value: @zachleat @harryfk @deno_land @jaredwhite @vanillaweb @stefan @mxbck @WeirdWriter @deadsuperhero (Sorry if I am spamming you!)
After some deep thinking about how to make The Office of Carbon Omission easier to scale in terms of more content, beyond only the Flight Permission Application, I decided to try out #11ty.
It was a surprisingly straightforward experience to refactor the site and have it up again. The tweaks for now is only that one can see that it is prepared for more topics, laws, permits, science and news. And each will be easier to add. Still at the same old adress: https://carbonomission.org
https://blog.chobble.com/blog/25-03-28-chobble-template/
I've just finished a blog post about this template, which you can use as a basis for your own websites (it's AGPL3 licensed) - or you can employ me to use it for a website for your business, which will save me a bunch of time and mean I can spend more time on unique features and design bits!
@WeirdWriter @eleventy According to the #11ty docs, if you apply the universal slugify filter to the tag name, it should convert it to lower case as that filter is based on this npm package which defaults to converting inputs to lower case. For example {{ tag | slugify }} would take Newsletter and turn it into newsletter. https://www.npmjs.com/package/@sindresorhus/slugify
I migrated a Jekyll site to #11ty and host it on Netlify’s free tier. I’ve been pretty happy with the flexibility.
Eleventy — Use Passthrough File Copy to Add Assets
https://w3things.com/blog/eleventy-passthrough-file-copy/
Learn how to use the Passthrough File Copy feature to add static assets like CSS and JS to the output directory in the Eleventy (11ty) site.
I used eleventy-post-graph to add a quick year visualization to my year pages (2025, 2024, ...) and a visualization for the whole blog. Someday it might be nice to make it more accessible and figure out how I can link to the blog post(s) for that day. #11ty #viz #blogging
Anyone have an #11ty example of syntax highlighting code saved in a file? I wanted to output the content of my eleventy config file and package.json in itself. (I’m making a presentation, in 11ty, on how minimal 11ty can be to use)