View Source PolyPost.Builder (poly_post v0.1.0)
A module used for building content from Markdown files (resources).
Summary
Functions
Builds a list of content for a specific marddown + metadata resource.
Builds all the content for each resource.
Functions
@spec build!(PolyPost.Resource.name()) :: [PolyPost.Resource.content()]
Builds a list of content for a specific marddown + metadata resource.
@spec build_all!() :: [{PolyPost.Resource.name(), [PolyPost.Resource.content()]}]
Builds all the content for each resource.