Why Nostr? What is Njump?
2024-05-30 08:55:57

Manuel Matuzović on Nostr: If you want to use json5 in npub1z9mgj…jrz2z, you can add support using ...

If you want to use json5 in , you can add support using `addDataExtension()`.

```
const json5 = require("json5");

module.exports = function(eleventyConfig) {
eleventyConfig.addDataExtension("json5", contents => json5.parse(contents));

}
```
Author Public Key
npub1u8999w8pzdt23c237jmerlxsgd7g39qt4jt5d85jtrch56vqp3tsud06cd