jxnblk / mdx-deck

♠️ React MDX-based presentation decks

Home Page:https://mdx-deck.jxnblk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of how to include presentation in existing website

mcanzerini opened this issue · comments

commented

Hi,

I have a gatsby website and want to include an mdx-deck presentation into it.

I understand that it may be possible but i cannot find any tips to make it work.

Thanks for your help and many thanks for you amazing project

MC

I'm in the same boat with the same initials. If I figure out a good approach, I'll post here. Would love to hear from @jxnblk or someone more familiar with gatsby or mdx-deck though for best practices.

MC

My site uses a theme already. I got my slides to work using gatsby-theme-mdx-deck but styling breaks:

  • If gatsby-theme-mdx-deck is first in gatsby-config.js, then my site's styles are wiped out and only the slides are styled.
  • If gatsby-theme-mdx-deck is after my theme in gatsby-config.js, then my site's styles are OK but my slides aren't styled.