1
1
mirror of https://github.com/srid/ema.git synced 2024-11-22 21:52:56 +03:00
Haskell static site generator that is change-aware
Go to file
Sridhar Ratnakumar bc769acf81 doc: misc
2022-06-22 10:38:56 -04:00
.github Add relude's hlint.yaml 2022-05-04 20:11:27 -04:00
.vscode Refactor a bit 2022-06-11 12:01:34 -04:00
bin cleanup: remove tmux script 2022-05-21 09:47:58 -04:00
docs doc: misc 2022-06-22 10:38:56 -04:00
src Add HasCallStack to routeUrl, etc. 2022-06-14 14:30:48 -04:00
.envrc Add .envrc 2022-05-10 21:13:08 -04:00
.ghcid Use random port for live server, unless --port is passed 2022-05-28 08:54:18 -04:00
.gitattributes git: mark flake.lock as auto-generated 2022-05-21 09:48:24 -04:00
.gitignore direnv support 2022-03-14 19:42:55 -04:00
.hlint.yaml hlint: ignore infinitely suggestion 2022-05-21 10:53:12 -04:00
cabal.project Fix mergeSite patching, and add some logging 2022-02-13 12:51:01 -05:00
CHANGELOG.md doc: misc 2022-06-22 10:38:56 -04:00
ema.cabal Enable with-examples by default (to unbreak macOS build) 2022-06-11 11:42:52 -04:00
flake.lock nix: Update all inputs 2022-06-05 21:27:01 -04:00
flake.nix nix: Doc 2022-06-11 11:42:44 -04:00
fourmolu.yaml Switch to fourmolu; and check format in CI 2022-03-27 14:39:19 -04:00
garnix.yaml garnix: test on M1 2022-06-11 11:43:01 -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 nix: Switch to srid/haskell-flake 2022-05-30 09:32:57 -04:00
treefmt.toml treefmt: format cabal file 2022-05-21 09:48:16 -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