etienne-moqueur/src
etienne 77f4d651af Added tags list to blog cards.
Feels hacky: I define Core.Contexts.tagsLinksField to make the tags with
a tagLink component, so this is a call to the Kit from Core, and not
gathered in components so I have to have tagSpan and tagLink in my main
with other templates.
How to solve? It is part of the bigger problem to gather resources at
compile time. Most promising lead now would be to have some sort of
ComponentT Monad transform (=WriterT Prop) *on top* of the Compiler /
Rules Monad so that the compilation steps can accumulate resources.
2023-06-21 20:48:05 +02:00
..
Core Added tags list to blog cards. 2023-06-21 20:48:05 +02:00
Css Big change on Components logic. 2023-06-07 20:03:32 +02:00
Kit Added tags list to blog cards. 2023-06-21 20:48:05 +02:00
Utils Tinkered with templates compiling, no need for runGHC. 2023-06-21 16:14:12 +02:00
Components.hs Added compile rule on assets. 2023-06-19 22:17:20 +02:00
Info.hs Added sitemap.xml 2023-06-19 00:16:25 +02:00
Routes.hs Added tags list to blog cards. 2023-06-21 20:48:05 +02:00