Kevin Van Lierde
Kevin Van Lierde
Metalsmith#readFile checks if a buffer is utf8-encoded. It does so for every file in the src dir and could incur a significant perf overhead if there are a lot of...
**Please add a thumbs up if this is important to you** Allow metalsmith methods to be destructured like ```js const { use, build } = require('metalsmith')(__dirname) ``` Currently this is...
How important is Typescript support to you? Please thumbs up if it is The tally will guide future API decisions. TS tends to work integrate better with classes & static...
The documented posixSlashes (or outdated unixify) options do nothing. The only way the docs provide a way *not* to convert the backslashes into forward slashes is by providing a custom...
Under [Error formatting](https://github.com/overblog/GraphQLBundle/blob/master/docs/events/index.md#error-formatting) title in the events docs there is a note that says: > This event is dispatched by this bundle's default error handler. Disabling it will also disable...
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...
Hi David, I am looking to provide some basic "starter repo's" for [Metalsmith SSG](https://github.com/metalsmith), so I converted this template so it can be immediately edited and added to as a...
I played with the Github API for a future GS Extend. This issue technically does not belong to the issues of GetSimpleCMS but is an initial written analysis which could...
Tested and working. ### Setup - Build: GS 3.4 Alpha - Server: NGINX 1.10.3 - Server setup: local virtual host (getsimple.local) - OS: Ubuntu 16.04 ### Procedure (NB: most of...
The combined sort options aren't that semantically meaningful. Furthermore, it doesn't make that much sense to use some of them together (custom `sortBy` function with the others) To do: *...