Expand description
Re-exports§
pub use config::Config;
Modules§
- config
- the types used to parse the usual config file format(s)
- parse
- parsing various representations of things that turn into html.
- quick
- all the imports you usually need.
use breb::quick::*
for best results.
Macros§
- impl_
from_ doc_ meta - automatically generate a
FromDocumentMeta
implementation for a struct.
Structs§
- AsIs
Serve
s files exactly as they are on-disk.- Author
- info for the atom feed about the blog’s author.
- Blog
- blog-wide information, both explicitly configured and derived from served files.
- Builder
- a typesafe builder for
Blog
s. - Dir
- a subpath under the input directory of the site.
- Feed
- machine-parseable feeds of syndicated posts, in various formats.
- Mount
- maps
Url
s toDir
s and vice versa. - Pages
Serve
s unsyndicated pages.- Posts
Serve
s syndicated blogposts.- Url
- a subpath under the root url of the site.
Traits§
- Serve
- a single group of files for the server to serve. 0
Type Aliases§
- Finished
Builder - Shortcut for a
Builder
ready to be built. - Served
Builder - Shortcut for a
Builder
with serves complete but nothing else.