Crate jabberwock

Crate jabberwock 

Source
Expand description

A simple, yet highly modular static site generator using Hatter as its templating language.

Modules§

builtin
Contains built-in operations and functions to assist in generating a static site.

Macros§

error
require_env_string

Structs§

Bytes
A sequence of bytes originating from a file path.
Generator
A site generator that can read byte contents from an input directory, perform operations on them, and write the results to an output directory.

Traits§

Operation
An operation that can be applied to the data in a generator.