From ef5a39710c3c2ed5e3161558523d2d745604abf6 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 6 Feb 2023 14:20:07 -0600 Subject: [PATCH] Add link to eleventy-plugin-bundle on README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f3285f..4c0274e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ A starter repository showing how to build a blog with the [Eleventy](https://www - Includes [`decoding="async"`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/decoding) - Images can be co-located with blog post files. - View the [Image plugin source code](https://github.com/11ty/eleventy-base-blog/blob/main/eleventy.config.images.js) +- Per page CSS bundles [via `eleventy-plugin-bundle`](https://github.com/11ty/eleventy-plugin-bundle). - Built-in [syntax highlighter](https://www.11ty.dev/docs/plugins/syntaxhighlight/) (zero-JavaScript output). - Blog Posts - Draft posts: use `draft: true` to mark a blog post as a draft. Drafts are **only** included during `--serve`/`--watch` and are excluded from full builds. View the [Drafts plugin source code](https://github.com/11ty/eleventy-base-blog/blob/main/eleventy.config.drafts.js).