-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dfdd8bf
commit 79bd77b
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
bundleIssue: 42 | ||
eleventyComputed: | ||
title: "Issue {{ bundleIssue }} - I had some downtime, the 11ty conference is TOMORROW, Some releasings, An 11ty Firefox profiler, Another icon plugin...And 3 releases, 6 posts, and 3 sites to see" | ||
description: "11ty Bundle Issue {{ bundleIssue }}" | ||
date: 2024-05-08 | ||
tags: | ||
- 11ty Bundle | ||
image: | ||
source: 11tysymposium2024.jpg | ||
alt: "Announcement of the 11ty International Symposium on Making Web Sites Real Good" | ||
--- | ||
|
||
An email version of this blog is available. [Subscribe here](#newsletter-subscribe). | ||
|
||
**I had some downtime.** While we're down in So Cal visiting our son, I had a little downtime, so I thought I'd put this issue out shortly before the [11ty conference](https://conf.11ty.dev/) to get everyone jazzed up. | ||
|
||
**11ty conference is TOMRROW, May 9th!** Here's the [schedule of talks](https://conf.11ty.dev/#schedule). It's **FREE**, single-track, and virtual. If you've waited until the last minute, well...the last minute has finally arrived. Now's the time to [register](https://conf.11ty.dev/#register). | ||
|
||
**Some releasings.** See below for some new releases. We're on the verge of 3.0! Zach will be giving a talk titled _"[The Future of 11ty](https://conf.11ty.dev/2024/the-future-of-11ty/)"_ described as _"A talk about the current state of the 11ty project, new tricks and releases, and where we’re going next."_ I'm looking forward to that! | ||
|
||
**An 11ty Firefox profiler.** Noted on the Discord server, Flo published [an npm package](https://github.com/fqueze/11ty-fx-profiler/) _"to visualize how Eleventy spends time when building my website"_. I haven't tried it, but it looks interesting. | ||
|
||
**Another icon plugin** It was brought to my attention that [uncenter](https://uncenter.dev/) had also produced an icon-access package called [eleventy-plugin-icons](https://github.com/uncenter/eleventy-plugin-icons#readme) that you can use with a wide variety of icon sets, beyond the [Lucide icons](https://lucide.dev/icons/) that I referred to in the [last issue](/blog/11ty-bundle-41/). [Check it out](https://github.com/uncenter/eleventy-plugin-icons#readme)! And like last issue's plugin, you can use shortcodes like this {% raw %}{% icon "star" %}{% endraw %}. Pretty cool! I'd like to add that uncenter is among the most prolific supporters on the Discord server, always ready to help out. And he's currently a high school student. I think he's going to have an amazing future. | ||
|
||
Until next time... | ||
|
||
## Recent releases | ||
|
||
{% set itemType = "release" %} | ||
{%- include 'partials/bundleitems.njk' %} | ||
|
||
## Posts from around the web since the last Bundle issue | ||
|
||
{% set itemType = "blog post" %} | ||
{% include 'partials/bundleitems.njk' %} | ||
|
||
## Built with Eleventy | ||
|
||
Here are the new sites to see. If you want to see more sites, check out the [Eleventy Leaderboards](https://www.11ty.dev/speedlify/). | ||
|
||
{% set itemType = "site" %} | ||
{% include 'partials/bundleitems.njk' %} |