diff --git a/_includes/podcast.html b/_includes/podcast.html new file mode 100644 index 0000000..5d70bcf --- /dev/null +++ b/_includes/podcast.html @@ -0,0 +1,6 @@ +{% if include.width %}{% assign width = include.width %}{% else %}{% assign width = "100%" %}{% endif %} +{% if include.height %}{% assign height = include.height %}{% else %}{% assign height = "200" %}{% endif %} +
+ +

Listen on Knapsack

+
diff --git a/_posts/2025-05-27-knapsack-podcast.md b/_posts/2025-05-27-knapsack-podcast.md new file mode 100644 index 0000000..1034c8f --- /dev/null +++ b/_posts/2025-05-27-knapsack-podcast.md @@ -0,0 +1,25 @@ +--- +title: Knapsack Podcast +date: 2025-05-27 00:00:00 Z +categories: + - talks +layout: header-image-post +eventdate: May 27, 2025 +location: Remote +eventurl: https://www.knapsack.cloud/blog/garth-braithwaite-on-design-tokens-governance-and-scaling-spectrum-at-adobe +headerimg: "/img/design-systems-podcast.webp" +--- + +# Knapsack Podcast: Design Tokens, Governance, and Scaling Spectrum + +I joined the Knapsack team for a podcast conversation on design tokens, governance, and what it's taken to scale Spectrum design data at Adobe. + +We talked about treating design decisions as structured data, where governance actually belongs, and the kinds of constraints that only show up once a system reaches real organizational scale. + +The discussion draws directly from my work on Spectrum design tokens, release processes, and long-term stewardship of design data. + +
+ +
+ +[Listen to the full episode and read the transcript on Knapsack](https://www.knapsack.cloud/blog/garth-braithwaite-on-design-tokens-governance-and-scaling-spectrum-at-adobe). diff --git a/css/main.scss b/css/main.scss index a03793e..5695a9d 100644 --- a/css/main.scss +++ b/css/main.scss @@ -153,6 +153,15 @@ body { &:last-child { margin-bottom: -30px; } + &.podcast-player { + padding-bottom: 0; + padding-top: 0; + height: auto; + iframe { + position: static; + height: 200px; + } + } } .post { diff --git a/img/design-systems-podcast.webp b/img/design-systems-podcast.webp new file mode 100644 index 0000000..ffe127a Binary files /dev/null and b/img/design-systems-podcast.webp differ