package stationary

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Html = Html

Stationary is a static site generator library. The basic idea is that you describe your site by building up a directory tree/filesystem, which is then built in a specified directory.

module Attribute = Attribute
module File = File
module File_system = File_system
module Site = Site