docs: 📝 update list of used plugins

This commit is contained in:
Sebin Nyshkim 2024-10-19 05:09:07 +02:00
parent af10e21a87
commit e5b84cd5f6

View file

@ -26,22 +26,21 @@ npm build
This template uses the following plugins to extend the capabilities and features of 11ty: This template uses the following plugins to extend the capabilities and features of 11ty:
| Package | Description | | Package | Description |
|------------------------------------------|----------------------------------------------------------| | ---------------------------------------- | ------------------------------------------------------------------ |
| `@11ty/eleventy` (`IdAttributePlugin`) | Adds an `id` to headings for anchor links | | `@11ty/eleventy-img` | Automated image processing and conversion |
| `@11ty/eleventy-img` | Automated image processing and conversion | | `@11ty/eleventy-navigation` | Generate navigation from collections |
| `@11ty/eleventy-navigation` | Generate navigation from collections | | `@11ty/eleventy-plugin-rss` | Generates RSS or Atom XML feeds for news readers |
| `@11ty/eleventy-plugin-rss` | Generates RSS or Atom XML feeds for news readers | | `@11ty/eleventy-plugin-syntaxhighlight` | Syntax highlighting for code blocks |
| `@11ty/eleventy-plugin-syntaxhighlight` | Syntax highlighting for code blocks | | `@alexcarpenter/eleventy-plugin-caniuse` | Can I Use feature embeds |
| `@alexcarpenter/eleventy-plugin-caniuse` | Can I Use feature embeds | | `@grimlink/eleventy-plugin-lucide-icons` | Lucide icon shortcodes |
| `@grimlink/eleventy-plugin-lucide-icons` | Lucide icon shortcodes | | `@myxotod/eleventy-plugin-readingtime` | Adds an estimated reading time to posts |
| `@myxotod/eleventy-plugin-readingtime` | Adds an estimated reading time to posts | | `eleventy-plugin-embed-everything` | Embeds YouTube, Soundcloud, Spotify, Instagram, etc. |
| `@quasibit/eleventy-plugin-sitemap` | Generates a `sitemap.xml` from collections | | `eleventy-plugin-metagen` | Generates `<meta>` tags for social media embeds |
| `eleventy-plugin-embed-everything` | Embeds YouTube, Soundcloud, Spotify, Instagram, etc. | | `eleventy-plugin-og-image` | Generates OpenGraph images for social media sharing |
| `eleventy-plugin-metagen` | Generates ` ` tags for social media embeds | | `eleventy-plugin-robotstxt` | Generates a `robots.txt` for the site |
| `eleventy-plugin-og-image` | Generates OpenGraph images for social media sharing | | `markdown-it-abbr` | Extends Markdown with syntax for `<abbr>` tags |
| `eleventy-plugin-robotstxt` | Generates a `robots.txt` for the site | | `markdown-it-anchor` | Adds anchor tag IDs to headings |
| `markdown-it-abbr` | Extends Markdown with syntax for `` tags | | `markdown-it-collapsible` | Extends Markdown with syntax for `<details>` and `<summary>` |
| `markdown-it-collapsible` | Extends Markdown with syntax for ` ` and ` ` tags | | `markdown-it-footnote` | Extends Markdown with syntax for footnotes |
| `markdown-it-footnote` | Extends Markdown with syntax for footnotes | | `markdown-it-obsidian-callouts` | Extends Markdown with syntax for footnotes Obsidian style callouts |
| `markdown-it-obsidian-callouts` | Extends Markdown with syntax for Obsidian style callouts |