eleventy-plugin-tag-cloud

0.7.0 • Public • Published

Eleventy Tag Cloud

Bring back tag clouds you cowards

Usage

npm install eleventy-plugin-tag-cloud

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

const EleventyPluginTagCloud = require("eleventy-plugin-tag-cloud");

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

Config Options

Option Type Default
ignore string[] []

Config Examples

module.exports = (eleventyConfig) => {
  eleventyConfig.addPlugin(EleventyPluginTagCloud, {
    ignore: [ 'posts' ]
  });
}

Credits

Package Sidebar

Install

npm i eleventy-plugin-tag-cloud

Weekly Downloads

1

Version

0.7.0

License

MIT

Unpacked Size

2.89 kB

Total Files

4

Last publish

Collaborators

  • gingerchew