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.12.0.tar.gz
md5=1e4d8686da2d20ce17da714f36aaa06a

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.

Tags

publication web blog

Published: 18 May 2014

Dependencies (7)

  1. higlo >= "0.3"
  2. ocamlnet >= "3.6" & != "4.1.9"
  3. config-file >= "1.2"
  4. xtmpl >= "0.9" & < "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.11.0"
  2. stog-writing = "0.12.0"

Conflicts

None