Search
An individual blog post
@type t() :: %Postex.Post{ author: binary(), body: binary(), data: map(), date: Date.t(), description: binary(), filename: term(), id: binary(), related_posts: [t()], tags: [binary()], title: binary() }
@spec parse!( binary(), keyword() ) :: t()