1
1
mirror of https://github.com/srid/ema.git synced 2024-12-01 15:13:36 +03:00
Haskell static site generator that is change-aware
Go to file
2022-03-27 11:21:31 -04:00
.github Fix CI, again 2022-01-09 13:54:25 -05:00
.vscode Update nixpkgs, etc. 2022-03-17 13:26:18 -04:00
bin Ema r & ModelFor r (#82) 2022-02-12 11:16:47 -05:00
docs docs: link Haskell 2022-03-01 10:07:44 -05:00
src Return the initial model 2022-03-24 15:40:21 -04:00
.ghcid configure logging from cli 2022-03-17 18:58:23 -04:00
.gitignore direnv support 2022-03-14 19:42:55 -04:00
.hlint.yaml add some encoders, and a new example WIP 2022-03-12 16:02:25 -05:00
cabal.project Make HLS recognize examples 2022-02-13 11:49:06 -05:00
CHANGELOG.md Handle switching local anchors 2022-03-24 14:58:35 -04:00
default.nix Add default.nix for legacy nix 2021-04-20 18:00:55 -04:00
ema.cabal rename 2022-03-19 13:58:46 -04:00
flake.lock Update flake inputs 2022-03-27 11:21:31 -04:00
flake.nix Update flake inputs 2022-03-27 11:21:31 -04: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