iex> Blog.Tags.posts(:open-source)
[
%Post{
date: ~D[],
description: "Selling a local-first tool nobody has to host is an awkward pitch, so I'm asking people to support the work instead. Notes on positioning, and an empty tip jar."
}
]
iex> Blog.archive()
iex> Blog.Tags.index()