Skip to content

Commit e794de2

Browse files
Add YOCaml to site generators (#1050)
Added YOCaml to the site generator section of the website.
1 parent b9b5f83 commit e794de2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/site/generators/yocaml.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: YOCaml
3+
repo: xhtmlboi/yocaml
4+
site: https://yocaml.github.io/tutorial/
5+
language:
6+
- OCaml
7+
license:
8+
- GPL-3.0
9+
description: YOCaml is a static site generator, mostly written in OCaml.
10+
---
11+
12+
YOCaml is a framework used to describe build systems in [OCaml](https://ocaml.org/), released under GPL3 license, with an API suited for creating static site generators.
13+
14+
Unlike [Hugo](https://gohugo.io/), [Jekyll](https://jekyllrb.com/) or [Zola](https://www.getzola.org/), which provide a CLI, YOCaml is closer to [Hakyll](https://jaspervdj.be/hakyll/), as it imposes **no structure**,requiring you to build your generator step by step.
15+
16+
This offers the opportunity to create diverse projects.

0 commit comments

Comments
 (0)