mirror of
https://github.com/srid/ema.git
synced 2024-11-21 17:14:13 +03:00
Haskell static site generator that is change-aware
16e2752267
* docs: Fix typos in tutorial * docs: Fix data type in tutorial code sample * docs: Add minimal error handling to tutorial code sample The code will crash a lot without this error handling. (Especially when editing the CSV file in Emacs) --------- Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> |
||
---|---|---|
.github | ||
.vscode | ||
bin | ||
docs | ||
ema | ||
ema-examples | ||
ema-extra | ||
ema-generics | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
.hintrc | ||
.hlint.yaml | ||
cabal.project | ||
flake.lock | ||
flake.nix | ||
fourmolu.yaml | ||
hie.yaml | ||
LICENSE | ||
README.md | ||
shell.nix | ||
www |
ema
Ema is a next-gen Haskell library toolkit for building jamstack-style static sites, with fast hot reload. See ema.srid.ca for further information.
https://user-images.githubusercontent.com/3998/116333460-789c1400-a7a1-11eb-8d28-297c349e42c6.mp4
Hacking
Run bin/run
. This runs the Ex04_Multi example.
To run the docs, run nix run github:srid/emanote -- -L ./docs
.
Getting Started
Discussion
To discuss the Ema project, join Matrix or post in GitHub Discussions.