Postex v0.1.2 Postex.Post View Source

An individual blog post

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
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

Link to this function

parse!(filename)

View Source
parse!(binary()) :: t()