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.7.0.tar.gz
md5=2f7ca011037565e15a7031ad2031b08f

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 (6)

  1. ocamlrss >= "2.0" & < "2.1.0"
  2. config-file >= "1.1"
  3. xtmpl >= "0.5" & < "0.8"
  4. xmlm >= "1.1"
  5. ocamlfind
  6. ocaml >= "4.00.0" & < "4.02.0"

Dev Dependencies

None

Used by (2)

  1. stog-rdf < "0.10.0"
  2. stog-writing = "0.7.0"

Conflicts

None