diff --git a/src/_data/community/nunjucks-components-library.js b/src/_data/community/nunjucks-components-library.js new file mode 100644 index 0000000000..5b8cf9ca5d --- /dev/null +++ b/src/_data/community/nunjucks-components-library.js @@ -0,0 +1,6 @@ +export default { + url: "https://nunjucks-components.com/", + author: "wernerglinka", + title: "Nunjucks Components - a collection of page section components for static site generators that use Nunjucks templating", + key: "nunjucks-components-library", +}; diff --git a/src/_data/plugins/eleventy-plugin-component-bundler.json b/src/_data/plugins/eleventy-plugin-component-bundler.json new file mode 100644 index 0000000000..1963216e95 --- /dev/null +++ b/src/_data/plugins/eleventy-plugin-component-bundler.json @@ -0,0 +1,5 @@ +{ + "npm": "eleventy-plugin-components-bundler", + "author": "wernerglinka", + "description": "An Eleventy plugin that automatically discovers and bundles CSS and JavaScript files from component-based architectures using esbuild" +} diff --git a/src/_data/plugins/eleventy-plugin-normalized-collections.json b/src/_data/plugins/eleventy-plugin-normalized-collections.json new file mode 100644 index 0000000000..3b2a4f0043 --- /dev/null +++ b/src/_data/plugins/eleventy-plugin-normalized-collections.json @@ -0,0 +1,5 @@ +{ + "npm": "eleventy-plugin-normalized-collections", + "author": "wernerglinka", + "description": "Normalize collections to work with 'nunjucks-components.com' library." +} diff --git a/src/_data/plugins/eleventy-plugin-search.json b/src/_data/plugins/eleventy-plugin-search.json new file mode 100644 index 0000000000..cb5c866e5c --- /dev/null +++ b/src/_data/plugins/eleventy-plugin-search.json @@ -0,0 +1,5 @@ +{ + "npm": "eleventy-plugin-search", + "author": "wernerglinka", + "description": "HTML-first Eleventy search plugin with Fuse.js and Cheerio. Processes final rendered HTML files after templates for accurate search indexing." +} diff --git a/src/_data/starters/eleventy-structured-content-starter.json b/src/_data/starters/eleventy-structured-content-starter.json new file mode 100644 index 0000000000..0d4258552a --- /dev/null +++ b/src/_data/starters/eleventy-structured-content-starter.json @@ -0,0 +1,6 @@ +{ + "url": "https://github.com/wernerglinka/eleventy-structured-content-starter", + "name": "Eleventy Structured Content Starter", + "description": "A component-based, structured content starter for Eleventy 3.x. Build pages by composing reusable sections defined in frontmatter rather than writing markdown body content.", + "demo": "https://eleventy-structured-content-starter.netlify.app/" +}