From afff4997b7e7a814d490424ffc232dc11ebbfeb0 Mon Sep 17 00:00:00 2001 From: Josh Dzielak Date: Tue, 25 Jun 2019 11:58:35 +0200 Subject: [PATCH] Add mdx-talk presentation to Real Examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👋 This PR adds a talk I recently gave to the examples section of the README. This talk uses mdx-deck 2.x, which there aren't as many examples of in that section compared to 1.x. Here's the talk [source code](https://github.com/developermode/mdx-talk). I'm using a custom provider to add a footer to the presentation, as well as other theme customizations and speaker notes. --- packages/mdx-deck/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/mdx-deck/README.md b/packages/mdx-deck/README.md index 7461fd3..d578093 100644 --- a/packages/mdx-deck/README.md +++ b/packages/mdx-deck/README.md @@ -305,6 +305,7 @@ See how others have used MDX Deck for their presentations. - [Simplify React][simplify-react] by [Kent C. Dodds](https://mobile.twitter.com/kentcdodds) - [I Got 99 Problems but GraphQL Ain't One][99-problems] by [Sara Vieira](https://mobile.twitter.com/NikkitaFTW) - [Stop de #divFest][stop-div-fest] by [Sara Vieira](https://mobile.twitter.com/NikkitaFTW) +- [MDX, authors and richer JAMstack content][mdx-talk] by [Josh Dzielak](https://mobile.twitter.com/dzello) ## Usage Examples @@ -343,3 +344,4 @@ The following examples will open in CodeSandbox. [simplify-react]: https://simply-react.netlify.com/#0 [99-problems]: https://99-problems-graphql-aint-one.now.sh/#0 [stop-div-fest]: https://stop-div-fest.now.sh/ +[mdx-talk]: https://mdx-talk.developermode.com/