Skip to main content

Create a Topic

1 min read
#topic #guide

Build a Knowledge Base

  1. 1. Create a Subject
  2. > 2. Create a Topic
  3. 3. Create a Series

A topic lives inside a subject. It becomes a clickable filter in the workspace explorer.

content/posts/go/testing/_index.md
content/posts/go/testing/table-driven-tests.md

The topic index only needs a title and optional weight:

---
title: Testing
weight: 30
---

Posts inside the topic can include matching metadata for clearer cards:

subject: Go
topic: Testing