module Site: sig
.. end
This module allows you to construct a site.
type
t
A representation of your site.
val create : File_system.t list -> t
Create a site with the given filesystem.
val build : t -> dst:string -> unit Async.Std.Deferred.t
Build a site at the specified path.