package stog

  1. Overview
  2. No Docs
A static web site generator, able to handle blog posts as well as regular pages.

Install

Dune Dependency

Authors

Maintainers

Sources

stog-0.9.0.tar.gz
md5=58b1ca7e80b8f7cc1ec6ee965e09ddbd

Description

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.

Published: 21 Nov 2013

Dependencies (7)

  1. ocamlrss >= "2.2.2"
  2. ocamlnet >= "3.6" & != "4.1.9"
  3. config-file >= "1.1"
  4. xtmpl >= "0.6" & < "0.8"
  5. xmlm >= "1.1"
  6. ocamlfind
  7. ocaml >= "4.00.0" & < "4.02.0"

Dev Dependencies

None

Used by

None

Conflicts

None