A living reference of every content component the site supports. Copy any block straight into a page fragment — the styling comes from the shell, so it follows both the cool and warm themes automatically.
Typography
Body copy is set in Josefin Sans. You can mix emphasis,
strong text, internal links
(hover for a preview), external links,
inline code, and highlighted text in a single paragraph.
Heading levels
This is a heading 4
Headings h2–h4 with id attributes are picked up automatically by the Table of Contents on the right.
“Simplicity is the ultimate sophistication.” Blockquotes get a tinted card with a left accent rail.
Callouts
Authored as <blockquote class="callout" data-callout="…"> — just a title row and content. The icon and colour are injected by CSS.
NoteThe default callout. Use it for general asides and side-notes.
InfoNeutral, informational context the reader may want but doesn’t strictly need.
TipPress Ctrl/⌘ + K anywhere to open search.
SuccessThe build finished with zero leftover placeholders. 🎉
QuestionWant this content authored in Markdown instead of HTML? The pipeline can be extended.
WarningNever hand-edit files in
public/— they are regenerated bybuild.py.
Danger
build.py --cleanwipespublic/(it keepspublic/media/).
ExampleCallouts can contain anything — lists, code, even other blocks:
- Item one
- Item two
Quote“Ad-Free since 2023.”
Code
Inline const x = 42 and fenced blocks both use JetBrains Mono:
// Add a page, then build
python3 build.py
function greet(name) {
return `Hello, ${name}!`;
}
Lists
Unordered & ordered
- Aurora-gradient background
- Skeuomorphic glow shadows
- Nested items work too
- Two dark themes
- Edit a fragment under
src/content/ - Register it in
site.json - Run the build
Task list
Tables
| Frame | Sidebars | Use for |
|---|---|---|
default | Left + right | Normal pages |
full-width | None | Wide tools / canvases |
minimal | None + no chrome | Embeds, landing |
Buttons, badges & keys
Keyboard hints render with kbd elements: Esc to close, ↑ ↓ to navigate.
Accordion
How does injection work?
At build time, build.py drops each content fragment into the shell template and writes a complete standalone page. Scripts run natively — no client-side router.
Is anything loaded from a CDN?
No. Fonts are self-hosted and there are no runtime dependencies.