stog
A static web site generator, able to handle blog posts as well as regular pages.
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.
Install
- Published
-
21 Nov 2013
- Authors
-
- Maintainers
-
Sources
Dependencies
ocamlrss
>= "2.0" & < "2.1.0"
config-file
>= "1.1"
xtmpl
>= "0.5" & < "0.8"
xmlm
>= "1.1"
ocaml
>= "4.00.0" & < "4.02.0"
Reverse Dependencies