Create presentations using Gatsby, React & Markdown.
The gatsby-starter-deck is a Gatsby theme that allows users to create presentations using Gatsby, React, and Markdown. This starter was inspired by Guillermo Rauch’s deck on Next.js and mdx-deck. It is a versatile tool that provides a convenient way to create interactive and dynamic slideshows.
src/slides.md file<hr/> elements for slide generationTo install the gatsby-starter-deck theme, you can choose from the following methods:
Using gatsby-cli:
npx gatsby new my-presentation https://github.com/fabe/gatsby-starter-deck
Using git clone:
git clone git@github.com:fabe/gatsby-starter-deck.git my-presentation
cd my-presentation
npm install
The gatsby-starter-deck is a powerful and user-friendly Gatsby theme that simplifies the process of creating presentations using React and Markdown. With its intuitive features and easy installation process, it offers a convenient solution for users to create interactive and dynamic slideshows.