pcoves

Results 10 comments of pcoves

> I believe that this is a dupe of #552, which I believe is a bigger deal than folks might realize. Not sure. As far as I understand #552, nothing...

Would it be something worth spending some time on? If yes, I'd gladly look into it and submit a *PR* in case of success.

I did not dive into the code yet but I'm thinking of a *filter* like `map | insert(key="foo", value="value")` returning a new `map`.

Either `set` or `set_global` yes. Something like: ``` {% set data = load_data(path="file.toml") %} {% set data = data | insert(key="key", value="value") %} ``` Or even ``` {% set data...

Hi! I'm having the same issue with the `buildTags` and `buildCategories` functions. Unfortunatly, all my pages have at least one version so I can't use the same workaround as @eike...

Hi :wave: I'm new to `hakyll` and `haskell` but I'll try my best. `Hakyll` tells you that, while compiling `about.rst` and applying the `templates/default.html` template, the `posts` field is missing....

Well, it depends on what you really want. Here, you try to generate a bunch of content base on your posts and I guess [this page](https://jaspervdj.be/hakyll/tutorials/06-versions.html) will help you understand...

Does https://robertwpearce.com/hakyll-pt-1-setup-and-initial-customization.html#configuration-rules help in any way? Using `Configuration` you can tell Hakyll where to fetch files and where to output them.

Well, I'm simply passing by and far from being an expert when it comes to both haskell and hakyll so I'll let the maintainers decide if it's worth the effort....

Hey there. I tried pretty much every thing before googling and finding this page. * `gitlab.default_priority` * `gitlab.default_priority =` * `gitlab.default_priority = None` * `gitlab.default_priority = ''` * `gitlab.default_priority =...