gr-im / yocaml

WordPress is a free and open-source content management system (CMS) written in OCaml

Home Page:https://xhtmlboi.github.io/wordpress/doc/wordpress/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Until Preface is released on OPAM, YOCaml is only available by manual installation:

opam pin add preface git+ssh://git@github.com/xvw/preface.git
opam pin add yocaml git+ssh://git@github.com/xhtmlboi/yocaml.git
opam pin add yocaml_unix git+ssh://git@github.com/xhtmlboi/yocaml.git

And in the `dune`` file of your executable:

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

Website using YOCaml

Url Author Sources
xhtmlboi.github.io @xhtmlboi Github

About

WordPress is a free and open-source content management system (CMS) written in OCaml

https://xhtmlboi.github.io/wordpress/doc/wordpress/index.html

License:GNU General Public License v3.0


Languages

Language:OCaml 95.9%Language:Standard ML 3.8%Language:Makefile 0.3%