1
1
mirror of https://github.com/srid/ema.git synced 2024-09-17 18:28:05 +03:00
Haskell static site generator that is change-aware
Go to file
Sridhar Ratnakumar df6dcdcf32 Format cabal file
2022-08-06 16:58:39 -04:00
.github Use GHC 9.2 2022-06-26 16:03:22 -04:00
.vscode Drop vscode tasks.json 2022-08-06 16:58:19 -04:00
bin Testing Plan for Type Errors & (Basic) Type Errors Test Suite (#122) 2022-08-02 18:59:32 -04:00
docs docs: Add blurb to composing page 2022-08-06 12:28:21 -04:00
src Release version and changelog 2022-08-06 13:59:04 -04:00
test/type-errors Testing Plan for Type Errors & (Basic) Type Errors Test Suite (#122) 2022-08-02 18:59:32 -04:00
.envrc Add .envrc 2022-05-10 21:13:08 -04:00
.gitattributes git: mark flake.lock as auto-generated 2022-05-21 09:48:24 -04:00
.gitignore Drop vscode tasks.json 2022-08-06 16:58:19 -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 Release version and changelog 2022-08-06 13:59:04 -04:00
ema.cabal Format cabal file 2022-08-06 16:58:39 -04:00
flake.lock Update nix inpugs (ghc 9.2.4) (#125) 2022-08-06 12:53:56 -04:00
flake.nix nix: fourmolu doesn't require the workaround 2022-08-06 14:06:04 -04:00
fourmolu.yaml Switch to fourmolu; and check format in CI 2022-03-27 14:39:19 -04:00
garnix.yaml GHC 9.2.3 (#118) 2022-07-17 15:11:52 -04:00
LICENSE initial commit of WIP code 2021-04-19 11:07:52 -04:00
README.md Drop vscode tasks.json 2022-08-06 16:58:19 -04:00
shell.nix nix: Switch to srid/haskell-flake 2022-05-30 09:32:57 -04:00
treefmt.toml Use GHC 9.2 2022-06-26 16:03:22 -04:00

ema

Hackage

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

NOTE: flake.nix uses GHC 9.2 which is not yet the default in nixpkgs, so you may want to use the garnix cache to avoid long compilation times.

Run bin/run. This runs the Ex04_Multi example.

To run the docs, run nix run github:EmaApps/emanote -- -L ./docs.

Getting Started

https://ema.srid.ca/start