mirror of
https://github.com/srid/ema.git
synced 2024-11-25 09:34:04 +03:00
Haskell static site generator that is change-aware
.github | ||
.vscode | ||
bin | ||
docs | ||
src | ||
test/type-errors | ||
www | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
.hintrc | ||
.hlint.yaml | ||
cabal.project | ||
CHANGELOG.md | ||
ema.cabal | ||
flake.lock | ||
flake.nix | ||
fourmolu.yaml | ||
garnix.yaml | ||
LICENSE | ||
README.md | ||
shell.nix | ||
treefmt.toml |
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
NOTE: flake.nix
uses GHC 9.2 which is not yet the default in nixpkgs
, so you may want to use the garnix cache to avoid long compilation times.
Run bin/run
. This runs the Ex04_Multi example.
To run the docs, run nix run github:EmaApps/emanote -- -L ./docs
.
Getting Started
Discussion
To discuss the Ema project, join Matrix or post in GitHub Discussions.