Skip navigation Bob Monsour

Introduction

I'm finding it increasingly hard to believe that I've just completed 3 full years of building, refining, and maintaining the 11ty Bundle website. But here we are...

I wrote a recap of the 2nd year too.

Highlights

In no particular order:

Analytics

I won't be sharing the analytics data like I did last year. I did note an appreciable jump in traffic as a result of the redesign. That's the good news. The bad news is that it seems that the bots and AI crawlers have arrived and seem to have skewed the numbers dramatically. I have noticed this on my personal site as well and have since removed analytics from that site. I have not removed them from the 11ty Bundle site, but I just don't look at them very often any more. It's not really the point. I know that real people use the site and that's good enough for me.

Deployment

As I wrote in a recent blog post about how I now deploy my Eleventy sites, I now use Cloudflare's Wrangler utility to deploy the site. The build takes place locally, and Wrangler pushes any files that have changed to the Cloudflare Workers platform. I'm very happy with this method of deployment.

Tooling

Last year, I had written a highlight that said "Created some node scripts to make the site easier to maintain." That highlight linked to the post where I described what I had built.

As much as those tools had served me, there remained more friction than I could bear in maintaining the data that underpins the site.

I embarked on a path of using Claude Code to build a Flask app (a python framework) to make it easier to deploy the site. In fact, it started out as an app to post to mutiple social media sites with a single post. It gradually became a full blown CMS for the 11ty Bundle data, all of which is stored in a few json files. It's a local-only app that serves me well and save me a ton of time when creating or editing the site contents.

You can find it at this anchor link, which is part-way down a blog post about how I've been using AI.

Finding my web dev tribe in retirement

I've been happy with how all of this has come about and, being struck at the moment earlier this year, I decided to submit a talk proposal to the North Bay Python 2026 event. It takes place just 10 miles north of where I live. Shocked, pleased, and nervous, my proposal was accepted and I gave the talk on May 25th. I wrote a short piece (and included the video) about it.

Eleventy becoming Build Awesome

Lastly, Eleventy is becoming Build Awesome, and the Kickstarter has relaunched.

I am fully supportive of this as it means the Eleventy will continue to have a supported open source version and there is a path for economic stability of the project through Build Awesome Pro subscriptions. I am hopeful that this will work out for everyone involved.

I wrote a short "editorial" with my thoughts on this in Issue 85 of the 11ty Bundle.

Conclusion

Three years down...not sure how many more to go. Now that capturing and maintaining the site has become more efficient, I have been working on some other side projects, many of them being built with Eleventy. You can find more about them in my post about my use of AI.

I'm still happy to be part of this community and continue to enjoy using and learning more about Eleventy as well as other methods and platforms for building useful tools and sites.