Blog
Configure blog categories and authors
The blog configuration defines categories and authors for your blog content.
Location
/config/blog.ts
Key Components
Blog Categories
Add a new object and a slug to add a new category to your blog.
Blog Authors
Blog posts can have one or multiple authors.
Add a new object with name, image url and twitter handle to add a new author to your blog.
Usage
You can spacify the authers and categories in the blog post when you writting blogs.
Eg.
The blog post can belong to multiple categories, but currently, only the first category in the list is being displayed.