1
1
mirror of https://github.com/srid/ema.git synced 2024-11-29 09:25:14 +03:00
Haskell static site generator that is change-aware
Go to file
2022-03-17 13:26:18 -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 CanRender 2022-03-15 19:10:04 -04:00
.envrc direnv support 2022-03-14 19:42:55 -04:00
.ghcid Add RouteEncoder, and other renames 2022-02-13 13:07:23 -05: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 Fix mergeSite patching, and add some logging 2022-02-13 12:51:01 -05:00
CHANGELOG.md Merge remote-tracking branch 'origin/master' into multisite 2022-02-15 22:03:11 -05:00
default.nix Add default.nix for legacy nix 2021-04-20 18:00:55 -04:00
ema.cabal Factor out CtxPrism 2022-03-15 18:38:22 -04:00
flake.lock Update nixpkgs, etc. 2022-03-17 13:26:18 -04:00
flake.nix Update nixpkgs, etc. 2022-03-17 13:26:18 -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