[][src]Function blarf::exec

pub fn exec(config: Config) -> Result<()>

Executes site creation.

Reads files from the locations provided in Config, transforms markdown to HTML, and writes the results to disk at Config.destination_dir (overwriting if the directory exists).