xhtmlboi / yocaml

YOCaml is a static site generator, mostly written in OCaml
GNU General Public License v3.0
108 stars 9 forks source link
arrow ocaml static-site-generator

YOCaml

YOCaml is framework for building static site generator, written in OCaml.

Dev setup

We suggest creating a local switch to create a sandboxed development environment.

opam update
opam switch create . --deps-only --with-doc --with-test --with-dev-setup -y
eval $(opam env)

When the environment is prepared, dune build should build the project.