This page lives at /sample and exists so the site builds cleanly before any content from the private knowledgebase repo is synced.
Features
- Frontmatter:
title,summary,publishedAt,image, and thepublictick that publishes the note. - Code highlighting via
sugar-high:
function greet(name: string) {
return `Hello, ${name}!`
}
- Tables:
| Column A | Column B |
|---|---|
| One | Two |
| Three | Four |
-
Wikilinks: write
Note Titlein markdown to link to/note-title. If the target doesn't exist incontent/, the wikilink renders as plain text (no broken links).Example: a wikilink to this same page renders as sample, and a wikilink to a nonexistent page renders as Nonexistent Note.
-
Callouts:
This is a callout. Use it for tips and side-notes.
Adding pages
Tick the public property on any note in tifa2UP/knowledgebase (set public: true in its frontmatter), push, and Vercel will rebuild the site with it included.