layouts icon indicating copy to clipboard operation
layouts copied to clipboard

A metalsmith plugin for layouts

Results 4 layouts issues
Sort by recently updated
recently updated
newest added

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Some of the JS transformers are severely outdated and due to the update mechanism (`jstransformer-boilerplate` -> `test-jstransformer` -> `jstransformer-*`) this is probably going to keep being an issue in the...

To avoid the usecase at https://github.com/metalsmith/collections/issues/79#issuecomment-1027474334 the user could be given the option to transform the render context passed to a template. By default this would be (backwards-compatible): ```js function...

What happens when the `directory` option is set inside the `metalsmith.source()`, eg. ```js metalsmith .source('src') .use(layouts({ directory: 'src/layouts' })) // currently requires @metalsmith/remove? .use(remove('layouts')) ``` There is a limited set...