A simple static website generator, written in OCaml
- OCaml 87.2%
- CSS 7.6%
- HTML 2.2%
- Nix 2%
- Makefile 0.7%
- Other 0.3%
| data | ||
| doc | ||
| src | ||
| .gitignore | ||
| .merlin | ||
| CHANGES.md | ||
| dune-project | ||
| INSTALL.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| shell.nix | ||
| stone.opam | ||
Stone
"Just write it": easily generate portfolios, documentation, ...
Stone is a static website generator: it takes a template, a css stylesheet, the content itself written in a high-level formatting syntax, and generates the corresponding html pages.
However, Stone isn't generalistic: his goal is to provide a very easy way to generate simple websites like a portfolio, or the pages of documentation for a small project. That is quite limited, but Stone tries to be good at what it aims.
Installation
opam install stone