package stone

  1. Overview
  2. Docs
Stone is a static website generator

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.6.1.tar.gz
sha256=8c6b17f6339c60ede7dd20fb304e0fe9bb95f45987bbac5c505c93c96312024d
md5=71f9eb88ff6be881f8aba4e79161d8b1

Description

Full documentation is available at http://dev.isomorphis.me/stone/

Published: 11 Nov 2025

README

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
Documentation

Documentation page.

Dependencies (10)

  1. ocaml >= "5.1"
  2. otoml >= "1.0"
  3. astring >= "0.8"
  4. bos >= "0.2.0"
  5. cmarkit >= "0.3.0"
  6. inotify >= "2.3" & os = "linux"
  7. base-bytes
  8. cow >= "2.0.0"
  9. crunch build
  10. dune >= "1.11"

Dev Dependencies

None

Used by

None

Conflicts

None