1
1
mirror of https://github.com/srid/ema.git synced 2024-12-01 23:23:42 +03:00
Haskell static site generator that is change-aware
Go to file
Sridhar Ratnakumar d6fd722b0d
Merge pull request #32 from srid/emanote-docs
Add back docs, and render using Emanote
2021-05-19 13:48:19 -04:00
.github/workflows Prepare to merge 2021-05-19 13:48:04 -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 Adjust tutorial for new template 2021-05-19 13:20:10 -04:00
src Avoid the leading slash in routeUrl 2021-05-19 13:37:02 -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 markdown: switch to yaml package 2021-05-16 16:34:08 -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