Module Stationary.Site

module Site: 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.