Posts in the _posts/ directory are written in Markdown using [Chirpy][chirpy] / Jekyll. This requires frontmatter that is not
supported by markdown-unlit, in order to load the posts in ghci the included Makefile can be used to copy posts
from _posts/ to Haskell/. This will do two things:
- Markdown files
*.mdare renamed as literate Haskell.lhs - The frontmatter in the original Markdown files is removed
.
├── _posts
├── _HaskellThe included shell.nix also creates an alias for ghci of ghci -pgmL markdown-unlit. This makes it possible in a nix-shell environment to run:
ghci Haskell/*.lhsThis work is published under [MIT][LICENSE] License.