Crate futhorc[][src]

Modules

build
config

Contains the logic for collecting and consolidating the program’s configuration.

htmlrenderer
post

Defines the Post, Parser, and Error types. Also defines the logic for parsing posts from the file system into memory. See the Post::to_value and Post::summarize for details on how posts are converted into template values.

tag

Defines the Tag type, which represents a crate::post::Post tag.

url

Defines Url and UrlBuf types which are analogous to the str and String or std::path::Path and std::path::PathBuf pairs. These are effectively newtypes for str and String.

value
write

Takes Post objects created by the crate::post module and turns them into index and post HTML files on the file system.