Categories, Tags, and Authors

Each Poster Item can have up to 5 categories or tags or one author.

For the Markdown Folder integration, a post can have unlimited categories, tags, and authors per post.

These will be displayed as a link in the metadata text line or a separate tag line below the main content. Clicking on that link will display all posts with that specific category, tag, or author in an archive.

Stacks Image 300
Stacks Image 303

For the Markdown Folder integration, use following YAML metadata for defining categories, tags, or authors.

# Authors array, add additional entries in a new line with 2 starting blanks and one hyphen. Optional.
authors:
  - First Author
  - Second Author
# Categories array, add additional entries in a new line with 2 starting blanks and one hyphen. Optional.
categories:
  - Category A
  - Category B
# Tags array, add additional entries in a new line with 2 starting blanks and one hyphen. Optional.
tags:
  - Tag One
  - Tag Two
Back to List