Sample Page

May 28, 2026 • 1 min read

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 the public tick that publishes the note.
  • Code highlighting via sugar-high:
function greet(name: string) {
  return `Hello, ${name}!`
}
  • Tables:
Column AColumn B
OneTwo
ThreeFour
  • Wikilinks: write Note Title in markdown to link to /note-title. If the target doesn't exist in content/, 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.