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
2021-05-22 12:40:24 -04:00
.github/workflows Update publish.yaml 2021-05-19 19:12:46 -04:00
.vscode Add script to run via tmux 2021-04-21 20:43:03 -04:00
bin Smooth route click (#9) 2021-04-22 10:34:01 -04:00
docs docs: change site description 2021-05-20 22:00:47 -04:00
src Fix a small JS syntax bug 2021-05-22 12:40:24 -04:00
.ghcid Add basic example 2021-04-27 12:59:19 -04:00
.gitignore Publish 2021-05-18 23:56:55 -04:00
CHANGELOG.md Prepare to merge 2021-05-19 13:48:04 -04:00
default.nix Add default.nix for legacy nix 2021-04-20 18:00:55 -04:00
ema.cabal decode route should take model 2021-05-22 12:28:47 -04:00
flake.lock Update nixpkgs (lvar is in nixpkgs now) 2021-05-06 09:10:27 -04:00
flake.nix Remove defaultApp 2021-05-19 13:24:52 -04:00
hie.yaml Adjust tutorial for new template 2021-05-19 13:20:10 -04: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