Integration with Hakyll #195
Replies: 2 comments 3 replies
-
You should be able to use Emanote as a Haskell library, but it requires a few things:
(1) and (3) should be part of #188 - I don't plan on doing this any time soon, but if you are interested in contributing PRs I'd be happy to review. For (3), you could call this code: Lines 17 to 18 in fd2d1cf But with By the way, Emanote uses https://ema.srid.ca/ under the hood, which like Hakyll is also for static site generation. |
Beta Was this translation helpful? Give feedback.
-
Just wanted to note that https://hackage.haskell.org/package/heist-extra has been extracted from Emanote. It handles the HTML templating part1. Also, Emanote is close to being released. If there is anything else that should be extracted from Emanote and made its own library, this is the appropriate time to request! Footnotes
|
Beta Was this translation helpful? Give feedback.
-
I have an existing Hakyll site and a neuron project. I want to upgrade neuron to emanote and then integrate the compilation with my Hakyll rules. Is there any way to do this?
I don't want to use Nix or Docker because I'm using stack and cabal and want to keep it that way.
Olivia
Beta Was this translation helpful? Give feedback.
All reactions