Paul Salaets
Paul Salaets
Defining a custom generator with specific names can break other casual generators. Example: ```js casual.define('letters', n => 'ABC'); // this built-in generator is now broken casual.letter // => undefined ```...
This is a feature request for a future version. I am trying to generate a header that is conditional on page number, but doesn't contain the page number. My use...
Thanks for sharing this idea on your blog. It's the nicest components-in-eleventy solution I've come across. After reading the blog post I ran off to try it but got hung...