An individual blog post
t() :: %Postex.Post{ author: binary(), body: binary(), date: Date.t(), description: binary(), filename: term(), footer: term(), id: binary(), tags: [binary()], title: binary() }
parse!(binary()) :: t()