@darekkay/11ty

5.5.0 • Public • Published

@darekkay/11ty

npm (scoped) Build license

My shared eleventy configuration.

Installation

npm install --save-dev @darekkay/11ty

11ty Snippets

Permalinks

  • Note: this will cause issues with relative image assets.
module.exports = {
  eleventyComputed: {
    permalink: (data) => `/blog/${data.page.fileSlug}/index.html`,
  },
};

Related projects

License

This project and its contents are open source under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @darekkay/11ty

Weekly Downloads

5

Version

5.5.0

License

MIT

Unpacked Size

45.2 kB

Total Files

46

Last publish

Collaborators

  • darekkay