Ema, a Haskell project, is partly inspired by Neuron and emanote.obelisk Project.
See https://ema.srid.ca and the initial announce blog post (linked below) for background and motivation.
Ema, a Haskell project, is partly inspired by Neuron and emanote.obelisk Project.
See https://ema.srid.ca and the initial announce blog post (linked below) for background and motivation.
For parsing org files in Haskell, checkout org-parser
(also provides Heist templating) by lucasvreis ā¦ as well as the Ema app abacateiro by the same author.
Projects like Ema enable creating your own static-site generator in Haskell, while leveraging Nix for reproducibility. The challenge with deploying your Haskell-based static site on GitHub Pages, however, is the lack of Nix caching. Every time you update your site, the CI will run slowly due to having to:
Iād like announce version 0.8 of Ema. This version is nearly a total rewrite,* aimed at improving Ema towards two ends: