Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xhtmlboi/yocaml

YOCaml is a static site generator, mostly written in OCaml
https://github.com/xhtmlboi/yocaml

arrow ocaml static-site-generator

Last synced: 3 days ago
JSON representation

YOCaml is a static site generator, mostly written in OCaml

Awesome Lists containing this project

README

        

# 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.

```ocaml
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.