In one sentence, Stog is a kind of Jekyll in OCaml:
It is a static web site generator, able to handle blog posts as well as regular pages.
The main differences are:
- It is developped in OCaml
and can be extended with OCaml plugins.
- It is based on a xml engine allowing to apply substitutions
on some tags. Some substitutions are pre-defined, and others can be
added by plugins.
- It easily supports multi-language sites.
Examples of web sites generated by Stog:
- the Stog site (you're on it!),
- Introduction to OCaml (in french),
- Gagallium,
- Vlmc-suffix-tries,
- The Chamo website,
- The Genet website,
- The OCaml-RDF website,
- The Erssical website,
- Oranadoz,
- Maxence Guesdon's site.
A mailing-list is here.
Stog is developped on Github.
See the page for details about downloading and installing.
Stog is released under GPL v3.
Files in the doc/.stog/templates/ directory are released in the public domain; feel free to use
them for your own site.