Postex.Post (Postex v0.1.6) View Source

An individual blog post

Link to this section Summary

Link to this section Types

Specs

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()
}

Link to this section Functions

Specs

parse!(binary(), keyword()) :: t()