Archivist v0.2.5 Archivist.Article View Source

The core datatype for Archivist. Articles are broken into header and body/content parts then compiled into the %Archivist.Article{} struct.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Archivist.Article{
  author: String.t(),
  content: String.t(),
  created_at: DateTime.t(),
  email: String.t(),
  published_at: DateTime.t(),
  slug: String.t(),
  summary: String.t(),
  tags: [atom()],
  title: String.t(),
  topics: [String.t()]
}