1
1
mirror of https://github.com/srid/ema.git synced 2024-12-04 23:02:02 +03:00
Haskell static site generator that is change-aware
Go to file
2022-02-13 21:24:24 -05:00
.github Fix CI, again 2022-01-09 13:54:25 -05:00
.vscode Add script to run via tmux 2021-04-21 20:43:03 -04:00
bin Ema r & ModelFor r (#82) 2022-02-12 11:16:47 -05:00
docs Remove Blaze helper; all helpers now gone. 2022-02-04 19:56:21 -05:00
src Clarify model runner 2022-02-13 21:24:24 -05:00
.ghcid Add RouteEncoder, and other renames 2022-02-13 13:07:23 -05:00
.gitignore Publish 2021-05-18 23:56:55 -04:00
cabal.project Fix mergeSite patching, and add some logging 2022-02-13 12:51:01 -05:00
CHANGELOG.md iso check: check for all candidates 2022-02-13 16:50:55 -05:00
default.nix Add default.nix for legacy nix 2021-04-20 18:00:55 -04:00
ema.cabal Clarify model runner 2022-02-13 21:24:24 -05:00
flake.lock Ema r & ModelFor r (#82) 2022-02-12 11:16:47 -05:00
flake.nix Ema r & ModelFor r (#82) 2022-02-12 11:16:47 -05:00
hie.yaml Ema r & ModelFor r (#82) 2022-02-12 11:16:47 -05:00
LICENSE initial commit of WIP code 2021-04-19 11:07:52 -04:00
README.md Publish 2021-05-18 23:56:55 -04:00
shell.nix initial commit of WIP code 2021-04-19 11:07:52 -04:00

ema

Hackage FAIR

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 (or Ctrl+Shift+B in VSCode). This runs the clock example (which updates every second, only to demonstrate hot reload); modify ./.ghcid to run a different example.

Getting Started

https://ema.srid.ca/start