Skip to content

Commit

Permalink
Merge branch 'main' into un-mixing
Browse files Browse the repository at this point in the history
* main:
  Update content/blog/elsewhere/interview/podcast/mechanical-ink.md
  Apply suggestions from code review
  Add Mechanical Ink podcast
  Bump the npm-minor-upgrades group with 5 updates
  Bump @rollup/plugin-commonjs in the npm-major-upgrades group
  Automated webmentions update
  • Loading branch information
mirisuzanne committed Jun 11, 2024
2 parents b4b4690 + 6e786ba commit 569c579
Show file tree
Hide file tree
Showing 6 changed files with 703 additions and 616 deletions.
2 changes: 1 addition & 1 deletion content/_data/webmentions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastFetched": "2024-06-03T08:06:55.713Z",
"lastFetched": "2024-06-10T08:06:27.948Z",
"children": [
{
"type": "entry",
Expand Down
44 changes: 44 additions & 0 deletions content/blog/elsewhere/interview/podcast/mechanical-ink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: Collaboration, the Future of CSS, Sass, and the Web with Miriam Suzanne
venue: Mechanical Ink
date: 2024-06-10
canonical: https://schalkneethling.substack.com/p/collaboration-the-future-of-css-sass
author: miriam
image:
src: blog/elsewhere/mechanical-ink.jpg
alt: Miriam about to say something on the Mechanical Ink podcast
tags:
- CSS
- CSSWG
- Sass
- Mechanical Ink
summary: |
In this episode of the Mechanical Ink podcast,
host Schalk Neethling sits down with Miriam Suzanne,
a multifaceted expert in web development,
an invited expert to the CSS Working Group,
and a founder of OddBird.
media:
- youtube: N-uipbdzzJY
span: full
- audio: https://api.substack.com/feed/podcast/145181286/19d5092dc0acf9bb10c27fdb908c58dc.mp3
span: full
---

{% import "embed.macros.njk" as embed %}
{{ embed.figure(
data=media,
caption="Video teaser, and full audio of our conversation"
) }}

Our discussion spans a range of topics,
from the historical evolution of the web,
the impact of social media and algorithms on creativity,
the importance of collaboration,
the process of writing a specification,
the intricacies of modern CSS,
the future of Sass,
the challenges of funding open-source and work on web standards,
and the exciting future of the web.

([Transcript available on Substack](https://schalkneethling.substack.com/p/collaboration-the-future-of-css-sass))
5 changes: 5 additions & 0 deletions content/talks/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ tags:
- Container Queries
- CSSWG
events:
- venue: CMD Amsterdam
date: 2024-06-05
adr: Amsterdam, Netherlands
url: https://www.eventbrite.nl/e/pre-css-day-tickets-872463962197
slides: https://slides.oddbird.net/cq/pre-cssday/
- venue: Front Conference
date: 2023-08-31
end: 2023-09-01
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/is-land": "^4.0.0",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@netlify/plugin-a11y": "^1.0.0-beta.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@tommoor/remove-markdown": "^0.3.2",
Expand All @@ -80,10 +80,10 @@
"doxray": "^0.10.1",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"fs-extra": "^11.2.0",
"globals": "^15.3.0",
"globals": "^15.4.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.0",
Expand All @@ -99,7 +99,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"posthtml": "^0.16.6",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"sanitize-html": "^2.13.0",
Expand Down
Binary file added src/images/blog/elsewhere/mechanical-ink.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 569c579

Please sign in to comment.