@darekkay/11ty
v5.6.0
Published
My shared eleventy configuration
Downloads
235
Readme
@darekkay/11ty
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.