Expand description
§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 publicThis 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§
Structs§
- Config
- Configuration values for the
execfunction
Functions§
- exec
- Executes site creation.