logoProFace

Browse Posts by Tag

Shware Team
Shware Team
Product and engineering updates from the Shware.io team.
Browse Posts by Tag

Posts on this blog are tagged, and tags are now first-class pages.

Tag pages

Every tag in a post's frontmatter gets its own page at /blog/tag/<tag>. For example, this post is tagged engineering, so it shows up on /blog/tag/engineering.

You can reach a tag page from two places:

  • The tag bar at the top of the blog index.
  • The tag chips at the bottom of every post.

Tagging a post

Add as many tags as you like to the frontmatter:

tags:
  - announcement
  - engineering

A tag page only exists while at least one post uses it — remove the last post carrying a tag and its page returns a 404 instead of an empty list.