Kevin Van Lierde
Kevin Van Lierde
After multiple rounds of consideration, I think stripping the front-matter capability (especially compared to competing SSG's) would make metalsmith *too* bare-bones and so I'm deciding against this.
A custom JSON reviver would be nice, ideally could just do: ```js JSON.parse(jsonText, async (key, value) => { if (value.startsWith('@from:')) { const importPath = path.resolve(metalsmith.directory(), value.slice('@from:'.length)) const resolved = await...
With the efforts that have been poured in since 2021 on revamping the docs AND adding more meaningful comments to the source code AND me being acutely aware of the...
I think with release 2.6.0 there's enough flexibility in overriding configs and added flexibility in the config formats.
@depuits this PR is kind of dead and I only kept it open for inspiration. Generating ebooks is a very niche example that will not benefit a lot of users,...
Ah bummer, I'll do my best to publish a new release ASAP. PR welcome btw (I don't have kernel 6.x locally yet so can't test it)
Hi and thanks for having taken the time to correctly report a bug. Your setup is very similar to mine and looks 100% compatible. Please take note of the following...
> I used the UI, changed the colors to blue crimson crimson crimson, [...] However, my keyboard is completely blue. Given the (expected, correct) output you have shown me for...
The tuxedo-keyboard driver should support multiple regions and as per your second post in this issue you already installed it (not sure the support person can speak for tuxedo_computers). While...
To be aligned with @metalsmith/in-place 5.x `transform` option