1
1
mirror of https://github.com/srid/ema.git synced 2024-11-25 20:12:20 +03:00
Haskell static site generator that is change-aware
Go to file
2021-05-13 22:34:45 -04:00
.github/workflows Move docs to separate repo 2021-04-26 17:42:00 -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
src slug: derive Data and Generic 2021-05-13 22:34:45 -04:00
.ghcid Add basic example 2021-04-27 12:59:19 -04:00
.gitignore Publish docs to GitHub Pages (#15) 2021-04-24 12:04:16 -04:00
CHANGELOG.md slug: derive Data and Generic 2021-05-13 22:34:45 -04:00
default.nix Add default.nix for legacy nix 2021-04-20 18:00:55 -04:00
ema.cabal Wikilink helper (#27) 2021-05-09 22:49:24 -04:00
flake.lock Update nixpkgs (lvar is in nixpkgs now) 2021-05-06 09:10:27 -04:00
flake.nix Update nixpkgs (lvar is in nixpkgs now) 2021-05-06 09:10:27 -04:00
hie.yaml Publish docs to GitHub Pages (#15) 2021-04-24 12:04:16 -04:00
LICENSE initial commit of WIP code 2021-04-19 11:07:52 -04:00
README.md Update README.md 2021-05-05 11:38:40 -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