diff --git a/.gitignore b/.gitignore
index 75b1744..8eeedf9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ node_modules
public
.DS_Store
.cache
+.vscode
diff --git a/README.md b/README.md
index 0ffb725..b8fcb77 100644
--- a/README.md
+++ b/README.md
@@ -26,22 +26,28 @@ npm build
This template uses the following plugins to extend the capabilities and features of 11ty:
-| Package | Description |
-|------------------------------------------|----------------------------------------------------------|
-| `@11ty/eleventy` (`IdAttributePlugin`) | Adds an `id` to headings for anchor links |
-| `@11ty/eleventy-img` | Automated image processing and conversion |
-| `@11ty/eleventy-navigation` | Generate navigation from collections |
-| `@11ty/eleventy-plugin-rss` | Generates RSS or Atom XML feeds for news readers |
-| `@11ty/eleventy-plugin-syntaxhighlight` | Syntax highlighting for code blocks |
-| `@alexcarpenter/eleventy-plugin-caniuse` | Can I Use feature embeds |
-| `@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 collections |
-| `eleventy-plugin-embed-everything` | Embeds YouTube, Soundcloud, Spotify, Instagram, etc. |
-| `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 |
-| `markdown-it-abbr` | Extends Markdown with syntax for `` tags |
-| `markdown-it-collapsible` | Extends Markdown with syntax for ` ` and ` ` tags |
-| `markdown-it-footnote` | Extends Markdown with syntax for footnotes |
-| `markdown-it-obsidian-callouts` | Extends Markdown with syntax for Obsidian style callouts |
+| Package | Description |
+| ---------------------------------------- | ------------------------------------------------------------------ |
+| `@11ty/eleventy-img` | Automated image processing and conversion |
+| `@11ty/eleventy-navigation` | Generate navigation from collections |
+| `@11ty/eleventy-plugin-rss` | Generates RSS or Atom XML feeds for news readers |
+| `@11ty/eleventy-plugin-syntaxhighlight` | Syntax highlighting for code blocks |
+| `@alexcarpenter/eleventy-plugin-caniuse` | Can I Use feature embeds |
+| `@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 `` |
+| `markdown-it-deflist` | Extends Markdown with syntax for `
`, `
` and `
` |
+| `markdown-it-footnote` | Extends Markdown with syntax for footnotes |
+| `markdown-it-image-figures` | Extends Markdown with syntax for `