Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/_data/community/nunjucks-components-library.js
Original file line number Diff line number Diff line change
@@ -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",
};
5 changes: 5 additions & 0 deletions src/_data/plugins/eleventy-plugin-component-bundler.json
Original file line number Diff line number Diff line change
@@ -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"
}
5 changes: 5 additions & 0 deletions src/_data/plugins/eleventy-plugin-normalized-collections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"npm": "eleventy-plugin-normalized-collections",
"author": "wernerglinka",
"description": "Normalize collections to work with 'nunjucks-components.com' library."
}
5 changes: 5 additions & 0 deletions src/_data/plugins/eleventy-plugin-search.json
Original file line number Diff line number Diff line change
@@ -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."
}
6 changes: 6 additions & 0 deletions src/_data/starters/eleventy-structured-content-starter.json
Original file line number Diff line number Diff line change
@@ -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/"
}