[][src]Crate blarf

blarf

blarf is a static site generator. This crate provides both the binary and library used by the binary.

Run the binary to transform your markdown files and other assets into a static site.

Example

Assuming a set of markdown files live in articles/, and a set of static assets (such as image files) live in public/, you can generate a new set of files like so:

blarf -e me@example.com -a articles -s public

This will produce an output directory site/, which you may copy to your favorite web host and serve.

For a full set of options, run blarf --help.

Modules

article
util

Structs

Config

Configuration values for the exec function

Functions

exec

Executes site creation.