diff --git a/content/blog/2023/sqlalchemy-for-django-developers.md b/content/blog/2023/sqlalchemy-for-django-developers.md index d47c7314b..efa072e1b 100644 --- a/content/blog/2023/sqlalchemy-for-django-developers.md +++ b/content/blog/2023/sqlalchemy-for-django-developers.md @@ -1,4 +1,5 @@ --- +card: feature title: SQLAlchemy for Django Developers author: ed date: 2023-10-23 diff --git a/content/blog/2023/unintuitive-objects.md b/content/blog/2023/unintuitive-objects.md index fcbc06d14..2d5f74325 100644 --- a/content/blog/2023/unintuitive-objects.md +++ b/content/blog/2023/unintuitive-objects.md @@ -1,4 +1,5 @@ --- +card: large title: How to Design More Intuitive Websites & Apps author: sondra date: 2023-11-09 diff --git a/content/blog/2023/when-to-choose-a-responsive-web-app.md b/content/blog/2023/when-to-choose-a-responsive-web-app.md index 492fa2cb3..641fc4247 100644 --- a/content/blog/2023/when-to-choose-a-responsive-web-app.md +++ b/content/blog/2023/when-to-choose-a-responsive-web-app.md @@ -28,7 +28,6 @@ summary: | unpacking the reasons to choose one platform over another. Let's start with responsive web apps. -card: large --- {% import 'embed.macros.njk' as embed %} diff --git a/content/blog/elsewhere/interview/podcast/shop-talk19.md b/content/blog/elsewhere/interview/podcast/shoptalk/shop-talk19.md similarity index 84% rename from content/blog/elsewhere/interview/podcast/shop-talk19.md rename to content/blog/elsewhere/interview/podcast/shoptalk/shop-talk19.md index 1a8b68435..ee0d4dadf 100644 --- a/content/blog/elsewhere/interview/podcast/shop-talk19.md +++ b/content/blog/elsewhere/interview/podcast/shoptalk/shop-talk19.md @@ -1,13 +1,9 @@ --- title: On Sass & CSS -venue: Shop Talk Show date: 2019-10-28 canonical: https://shoptalkshow.com/384/ author: miriam card: feature -image: - src: blog/elsewhere/shop-talk.png - alt: Shop Talk Show Podcast tags: - CSS - Sass diff --git a/content/blog/elsewhere/interview/podcast/shoptalk/shop-talk23.md b/content/blog/elsewhere/interview/podcast/shoptalk/shop-talk23.md new file mode 100644 index 000000000..eb2b2766d --- /dev/null +++ b/content/blog/elsewhere/interview/podcast/shoptalk/shop-talk23.md @@ -0,0 +1,29 @@ +--- +title: Cascade Layers, CSS Functions, and More +date: 2023-11-14 +canonical: https://shoptalkshow.com/591/ +author: miriam +tags: + - CSS + - Cascade Layers + - CSS Scope + - Container Queries + - CSS Functions and Mixins + - CSS Nesting + - Custom Properties +summary: | + I drop by the show + to talk about CSS updates + and news on container queries, + rolling out cascade layers, + `!important` things to remember, + custom properties, + exit animations, + CSS functions, + state queries, + and more. +audio: https://cdn.simplecast.com/audio/167887a0-ac00-4cf9-bc69-b5ca845997db/episodes/02c9a71e-21e8-4ee9-b0ca-b2d8f6ebf030/audio/9f538fb5-34bf-49fe-9616-1874a2e488f1/default_tc.mp3 +--- + +{% import "embed.macros.njk" as embed %} +{{ embed.audio(audio) }} diff --git a/content/blog/elsewhere/interview/podcast/shoptalk/shoptalk.11tydata.yaml b/content/blog/elsewhere/interview/podcast/shoptalk/shoptalk.11tydata.yaml new file mode 100644 index 000000000..aa7296407 --- /dev/null +++ b/content/blog/elsewhere/interview/podcast/shoptalk/shoptalk.11tydata.yaml @@ -0,0 +1,4 @@ +venue: Shop Talk Show +image: + src: blog/elsewhere/shop-talk.png + alt: Shop Talk Show Podcast diff --git a/content/blog/elsewhere/interview/video/learn-with-jason-cqs.md b/content/blog/elsewhere/interview/video/learn-with-jason-cqs.md index 605521fb0..620380fe4 100644 --- a/content/blog/elsewhere/interview/video/learn-with-jason-cqs.md +++ b/content/blog/elsewhere/interview/video/learn-with-jason-cqs.md @@ -4,6 +4,7 @@ venue: Learn With Jason url: https://www.learnwithjason.dev/demystifying-css-container-queries date: 2023-10-16 author: miriam +card: feature image: src: blog/2023/learn-with-jason.jpg tags: diff --git a/content/blog/wingingit/winging-it-02.md b/content/blog/wingingit/winging-it-02.md index ed5df5da4..cf7ff15f0 100644 --- a/content/blog/wingingit/winging-it-02.md +++ b/content/blog/wingingit/winging-it-02.md @@ -1,4 +1,5 @@ --- +card: large title: htmx episode: 2 author: diff --git a/content/talks/containers.md b/content/talks/containers.md index 8b02ba6f7..38cd4f13f 100644 --- a/content/talks/containers.md +++ b/content/talks/containers.md @@ -44,6 +44,9 @@ events: date: 2023-05-24 end: 2023-05-25 slides: https://slides.oddbird.net/cq/smashingsf/ + video: https://www.youtube.com/video/IPyBr289pHY + media: &smashsf + iframe: https://www.youtube.com/embed/IPyBr289pHY summary: | How did container queries go from ‘impossible’ to ‘shipping’ after so many years? @@ -53,7 +56,9 @@ summary: | Let’s find out! media: - <<: *smashde + span: full - <<: *cssday + - <<: *smashsf --- {% import 'embed.macros.njk' as embed %}