Kevin Van Lierde
Kevin Van Lierde
Hi there, In a new effort to consolidate the metalsmith ecosystem under the Github and NPM metalsmith orgs, I'm reaching out to authors of contributed plugins that are so common...
When a Metalsmith instance is intantiated, it can have a property indicating its pristine state. When `run` is first called it is assigned a different value. This property can be...
Branch: [release/2.7.0](https://github.com/metalsmith/metalsmith/commits/release/2.7.0/) - [ ] #404 - [x] Add `Metalsmith.version` static property 7a2f38b - [ ] #397 - [ ] #403 (tracked in branch [feat/#403-imports-method](https://github.com/metalsmith/metalsmith/commits/feature/%23403-imports-method/?since=2024-03-05)) - [ ] #392
Another plugin already has a similar feature (need to look up which). The proposal is to add a signature ```js metalsmith.metadata('path/to/file/resolved/to/metalsmith/directory') ``` to read metadata from a file or a...
Kubernetes deployment(config)s can contain private info like registry URLs. Similar to [jwt.io](https://jwt.io) > We do not record tokens, all validation and debugging is done on the client side. The web...
[segmentio/ware](https://github.com/segmentio/ware), on which metalsmith depends has been unmaintained for a long time and is only a single file of code. Except modernization, integrating the package as a metalsmith module will...
As an active user of this library in both professional & open-source projects, I have an interest in helping it address issues. I would help with addressing & analyzing issues...
**Is your feature request related to a problem? Please describe.** It looks like it's currently not possible to preconfigure a connection to use a `.pgpass` file. The use case is...