ema: Static site generator library with hot reload

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Ema is a next-gen Haskell library for building jamstack-style static sites. Ema sites are change-aware; in addition to good ol’ static site generation, it provides a live server supporting fast hot-reload in the browser on code or data change.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.4.0.0, 0.6.0.0, 0.8.0.0, 0.8.2.0, 0.10.0.0, 0.10.0.0, 0.10.2.0
Change log CHANGELOG.md
Dependencies aeson, async, base (>=4.13.0.0 && <4.17.0.0.0), constraints-extras, data-default, dependent-sum, dependent-sum-template, directory, file-embed, filepath, filepattern, http-types, lvar, monad-logger, monad-logger-extras, mtl, neat-interpolation, optics-core, optparse-applicative, relude (>=1.0), sop-core, text, unliftio, url-slug, wai, wai-middleware-static, wai-websockets, warp, websockets [details]
License AGPL-3.0-only
Copyright 2021 Sridhar Ratnakumar
Author Sridhar Ratnakumar
Maintainer srid@srid.ca
Category Web
Home page https://ema.srid.ca/
Bug tracker https://github.com/srid/ema/issues
Uploaded by sridca at 2022-11-20T19:32:15Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for ema-0.10.0.0

[back to package description]

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

Discussion

To discuss the Ema project, join Matrix or post in GitHub Discussions.