Tobias Bora
Tobias Bora
Yeah that would be really cool. To be honest, I already have a home manager module doing that, and I precisely wanted to find a way to use directly the...
Thanks for your answer. But unfortunately, I'd prefer to have the list contained in the html file directly to keep the html code at the same place. But I discovered...
Why is it specialized? It looks to me quite common to include templates and wanting to change its environment... To me, its a bit like having function without arguments: just...
> Because it violates Hakyll's separation of data (which should be in `Context`s) and markup (which should be in templates) And why a template could not provide some data to...
I guess it helps a bit, but the problem is that each time we want to compile the website to another directory, we need to rebuild the Haskell code. Of...
A Nix Flake is a kind of recipe that tells you how to compile a given project and package it for the Nix package manager. It is particularly nice to...
Thanks, but what about more involved things involving other things, like the menu of the website for instance (that depends on other pages), or, say that I want to create...
@martinjagodic Is the stale label indicating that you plan to close this issue due to no activity? I'm still very much interested in this as I really need to have...
I see, I was not really familiar with the naming I think, hence the confusion. I tried to fix the naming issue above, hopefully it is clearer. > Yes, there...
> We use nested ECs regularly, Ok, I meant nested EC with the same EC used inside the parent EC (so my example with photos does not apply, but the...