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.10.0.tar.gz
md5=b4c3487eca35f17551a08c21d0b72e44

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 Jan 2014

Dependencies (7)

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

Dev Dependencies

None

Used by (2)

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

Conflicts

None