Commit 8331c05
authored
Add Typst path for blog-post skill thumbnails (#2018)
* skill(blog-post): add Typst path for thumbnails
Existing blog-post skill only documented the HTML+SVG+screenshot path,
which is heavy when the thumbnail is text-only or features a programmatic
diagram. The 2026-05-05-quarto-2-parsing post showed Typst+cetz works well
for diagram-driven thumbnails but the source assets weren't bundled, so
the workflow lived only in one author's local checkout.
This commit bundles the Typst path with everything contributors need:
the page-setup template (text-only and diagram variants), a cetz
node/edge scaffold matching the parsing post's graph helpers, and the
white-on-blue Quarto wordmark SVG. The decision between Typst and HTML+SVG
is surfaced as an explicit question in step 7 of the skill workflow rather
than letting Claude silently pick. Release posts default to the existing
HTML+SVG flow so the established release-thumbnail visual identity stays
consistent.
* fix(blog): bundle logo SVG with 2026-05-05 parsing thumbnail
thumbnail.typ for the parsing post references quarto-logo-trademark-light.svg
co-located in its directory, but the SVG was never committed — only existed
on the original author's local checkout. Renders failed on a fresh checkout.
Add the white-fill wordmark SVG (same one bundled in the blog-post skill
assets dir) so quarto typst compile works for any contributor. Self-contained
post, matches the convention of co-locating thumbnail.png with index.qmd.
* 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 8b1be24 commit 8331c05
8 files changed
Lines changed: 466 additions & 3 deletions
File tree
- .claude/skills/blog-post
- assets
- references
- docs/blog/posts/2026-05-05-quarto-2-parsing
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
142 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
143 | 154 | | |
144 | 155 | | |
145 | 156 | | |
| |||
Lines changed: 40 additions & 0 deletions
Loading
Lines changed: 40 additions & 0 deletions
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
5 | 24 | | |
6 | 25 | | |
7 | 26 | | |
| |||
72 | 91 | | |
73 | 92 | | |
74 | 93 | | |
75 | | - | |
| 94 | + | |
76 | 95 | | |
77 | 96 | | |
78 | 97 | | |
| |||
0 commit comments