Topics — User Guide
Creating a New Topic Page
- In Obsidian, navigate to
Features/www.PrincipalCenter.com/Content/Topics/ - Create a new Markdown file (name it anything — slug is set in frontmatter)
- Add required frontmatter: ```yaml
title: "Your Title" slug: "your-url-slug" description: "Meta description for search engines."
``
4. Write your content below the frontmatter
5. Sync Obsidian vault to GitHub
6. Rundeploy.sh` from Mac terminal
Editing an Existing Page
- Find the file in Obsidian at
Features/www.PrincipalCenter.com/Content/Topics/ - Edit the Markdown content
- Sync + deploy (same as above)
URL
After deployment, the page is live at: www.principalcenter.com/topics/{slug}
(replace {slug} with the actual slug from frontmatter)