markata 0.8.0
I realize that I never did a post on markata 0.8.0, so here it is. 0.8.0 was
released on Jan 2, 2024, just over a year ago at this point. This was the
release that we got pydantic support, and multi feeds.
[1]
Pydantic Support Was kinda big # [2]
Markata is leaning on pydantic for configuration and Post models. These
models are filled with validators such that you can give it an empty markdown
post and it will figure out some pretty sane default values for the
frontmatter. From there you can progressively enhance your post with more
information like title, date, tags, slug, description.
validators are awesome!! for instance I don’t set the description on many
of my posts by hand, I let the auto_description grab the first bit of text
from the post most of the time.
Multi Feeds # [3]
Markata==0.8.1 brought multiple feeds into the mix, and started to take place
of RSS and sitemap. Feeds are a list of posts that are configured with a slug,
filter, sort, reverse, description, and ...