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
Sridhar Ratnakumar d8bc444464 Update docs
2021-11-21 18:15:56 -05:00
.github Bug report template 2021-08-11 21:42:22 -04:00
.vscode Add script to run via tmux 2021-04-21 20:43:03 -04:00
bin Advance nixpkgs to fix the HLS bug 2021-09-25 11:44:59 -04:00
docs Update docs 2021-11-21 18:15:56 -05:00
src Update nixpkgs 2021-11-21 17:49:03 -05: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 Move filesystem code to separate library 2021-11-21 17:47:24 -05:00
default.nix Add default.nix for legacy nix 2021-04-20 18:00:55 -04:00
ema.cabal Move filesystem code to separate library 2021-11-21 17:47:24 -05:00
flake.lock Update nixpkgs 2021-11-21 17:49:03 -05:00
flake.nix Update nixpkgs 2021-11-21 17:49:03 -05: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