Skip to content

Commit 8adcdb4

Browse files
committed
skill(blog-post): bundle dark wordmark for light-bg thumbnails
Symmetric to the white-fill variant for dark backgrounds. Authors adapting a template to the light palette (#F0F5F9) need the dark-text wordmark to keep the brand mark legible. Both files derive from the same brand-kit source and differ only in fill colors. typst-thumbnail.md gets a small table calling out which variant matches which background.
1 parent cd77217 commit 8adcdb4

2 files changed

Lines changed: 50 additions & 1 deletion

File tree

Lines changed: 40 additions & 0 deletions
Loading

.claude/skills/blog-post/references/typst-thumbnail.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,18 @@ template uses a co-located filename for the logo.
4646
$skill = ".claude/skills/blog-post/assets"
4747
$post = "docs/blog/posts/YYYY-MM-DD-slug"
4848
Copy-Item "$skill/thumbnail-diagram.typ" "$post/thumbnail.typ" # or thumbnail-text.typ
49-
Copy-Item "$skill/quarto-logo-trademark-light.svg" $post
49+
Copy-Item "$skill/quarto-logo-trademark-light.svg" $post # white-fill, for #447099 / dark backgrounds
5050
```
5151

52+
Two wordmark variants are bundled:
53+
54+
| File | Use on |
55+
|------|--------|
56+
| `quarto-logo-trademark-light.svg` | Dark backgrounds (`#447099` blue, `#4D6E8E` steel) — default for the bundled templates |
57+
| `quarto-logo-trademark.svg` | Light backgrounds (`#F0F5F9`) — swap in if you adapt a template to the light palette |
58+
59+
Both derive from the same brand-kit source; the only difference is `fill`.
60+
5261
When the post is ready, commit all three artifacts together:
5362

5463
- `thumbnail.typ` — the source

0 commit comments

Comments
 (0)