From b6c48c8e0eba8a163dd6b1c9259b32cf939d3b0c Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Wed, 4 Jun 2025 14:48:14 +0200 Subject: [PATCH] docs: :memo: update list of used plugins --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 609d007..b8fcb77 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,13 @@ This template uses the following plugins to extend the capabilities and features | `@grimlink/eleventy-plugin-lucide-icons` | Lucide icon shortcodes | | `@myxotod/eleventy-plugin-readingtime` | Adds an estimated reading time to posts | | `@quasibit/eleventy-plugin-sitemap` | Generates a `sitemap.xml` from eleventy pages | +| `@sardine/eleventy-plugin-tinyhtml` | Minify HTML output | | `eleventy-plugin-embed-everything` | Embeds YouTube, Soundcloud, Spotify, Instagram, etc. | | `eleventy-plugin-icons` | Plugin to use various icon sets in templates | | `eleventy-plugin-metagen` | Generates `` tags for social media embeds | | `eleventy-plugin-og-image` | Generates OpenGraph images for social media sharing | | `eleventy-plugin-robotstxt` | Generates a `robots.txt` for the site | +| `eleventy-plugin-tailwindcss-4` | Integrates Tailwind 4 to the 11ty build process | | `markdown-it-abbr` | Extends Markdown with syntax for `` tags | | `markdown-it-anchor` | Adds anchor tag IDs to headings | | `markdown-it-collapsible` | Extends Markdown with syntax for `
` and `` |