Skip to content

Build simple, all-in-one components with Eleventy and Nunjucks

Notifications You must be signed in to change notification settings

ashur/eleventy-plugin-nunjucks-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eleventy-nunjucks-components

Installation

npm install @aaashur/eleventy-nunjucks-components

Then, include it in your .eleventy.js config file:

const nunjucksComponents = require("@aaashur/eleventy-nunjucks-components");

module.exports = (eleventyConfig) => {
  eleventyConfig.addPlugin(nunjucksComponents);
};

Usage

TODO

Acknowledgements

Thanks to the following folks for their work used or adapted by eleventy-nunjucks-components:

About

Build simple, all-in-one components with Eleventy and Nunjucks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published