I'm trying to make a website with Hakyll and bootstrap. I would like to add a navigation sidebar (automatically updated at compilation) on some pages of my website and I'm not sure of how to do it. I searched for tutorials or examples but I didn't find anything.
According to me, I should render a temporary page from a sidebar template and render my page by adding this html code with $partial()$
. I also read about making snapshots
.
But I'm not comfortable with Hakyll functions and I don't know how to do it?
Do you know how to make a navigation sidebar with hakyll ?
Do you have an example or a tutorial who could help me ?