890 B
890 B
robur.coop
You can pin
the project to download all required dependencies:
$ git clone https://git.robur.io/robur/robur.coop
$ cd robur.coop
$ opam pin add -y .
Then, you can execute watch
to generate a local version of the website
(on http://localhost:8888/
):
$ dune exec src/robur.exe -- watch
The website will be generated (by default) into the _site
directory. The
design and the layout come from a simple execution of what rabotnik.coop gave
to us with php
:
$ cd robur-rabotnik/
$ php index.php > index.html
$ php about_us.php > abous_us.html
$ ...
The template engine uses Jingoo and the project uses YOCaml. An example is available here: blog.osau.re