Skip to main content

Create a Subject

1 min read
#subject #guide

Build a Knowledge Base

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

A subject is the top-level group shown in the workspace explorer.

Create one folder and one _index.md file:

content/posts/go/_index.md

Use the index file for the display title and order:

---
title: Go
weight: 10
---

Keep subjects broad. Good subjects are areas like Go, Kubernetes, System Design, or Reference.