Module futhorc::build

source ·
Expand description

Exports the build_site function which stitches together the high-level steps of building the output static site: parsing the posts (crate::post), rendering index and post pages (crate::write), copying the static source directory into the static output directory, and generating the Atom feed.

Enums

  • The error type for building a site. Errors can be during parsing, writing, cleaning output directories, parsing template files, and other I/O.

Functions