An individual blog post
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() }
parse!(binary(), keyword()) :: t()