/yocaml

YOCaml is a static site generator, mostly written in OCaml

Primary LanguageOCamlGNU General Public License v3.0GPL-3.0

logo YOCaml

The logo and name are the brainchild of Biloumaster.

YOCaml is a static site generator, mostly written in OCaml. The project was started to offer some rather naive examples of how to use the Preface library. The generator is relatively flexible and is intended to be as generic as possible. To learn more about its construction, I redirect you to the documentation page.

Installation

YOCaml is only available by manual installation using pin. And in the dune file of your executable:

(executable
 (name my_site)
 (promote (until-clean))
 (libraries yocaml yocaml_yaml yocaml_markdown yocaml_unix))

Websites using YOCaml

Url Author Sources
Angry Cusine Nerd @bastienDuplessier Github
XHTMLBoy's Website @xhtmlboi Github
LambdaLille History @xvw Github
blog.osau.re @dinosaure Github
xvw.capsule @xvw Github