• This repository has been archived on 17/Jun/2020
  • Stars
    star
    519
  • Rank 84,723 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ—ฃ Create presentations using Gatsby, React & Markdown.

๐Ÿšจ This starter is now archived in favor of gatsby-theme-mdx-deck. Thanks for your interest ๐Ÿ’œ


gatsby-starter-deck

dependencies deploys by netlify styled with prettier

Create presentations using Gatsby, React & Markdown. Inspired by Guillermo Rauchโ€™s deck on Next.js and mdx-deck.

โžก๏ธ See a live example

Installation

With gatsby-cli

$ gatsby new my-slides https://github.com/fabe/gatsby-starter-deck

With git clone

$ git clone [email protected]:fabe/gatsby-starter-deck.git my-slides
$ cd my-slides
$ yarn

Usage

Edit and extend your slides inside the src/slides.md file. Navigate with the arrow keys.

# To develop & write
$ yarn develop

# To build
$ yarn build

Writing

By default, use src/slides/.

Markdown files are loaded in sorted path order. Slides are generated by splitting each markdown file along <hr/> elements (--- in Markdown lingo).

Examples:

# This is the first slide

---

## This is the second slide

![Monkey](//i.imgur.com/PnbINJ6.gif)

Authors

More Repositories

1

gatsby-universal

๐Ÿ”ฎ An opinionated Gatsby v2 starter for state-of-the-art marketing sites.
JavaScript
617
star
2

gatsby-source-figma

๐Ÿญ Gatsby plugin for using Figma documents as a data source.
JavaScript
124
star
3

site

๐Ÿž My name dot com.
TypeScript
94
star
4

react-portfolio

โš›๏ธ A workshop for ReactJS.
CSS
36
star
5

t-rex-runner-reason

๐Ÿฆ– The T-Rex Runner Game from Chrome written in Reason
OCaml
15
star
6

gatsby-plugin-drive

๐Ÿš— Downloads a Google Drive folder that you can query with gatsby-source-filesystem.
JavaScript
12
star
7

spectacles-cli

๐Ÿ•ถ Converts videos into the Snapchat Spectacles style.
JavaScript
11
star
8

gh-lighthouse

๐Ÿ“Š Lighthouse scores for GitHub READMEs in SVG.
JavaScript
10
star
9

telegram-chatgpt-worker

๐Ÿค– A minimal Telegram bot for ChatGPT
JavaScript
7
star
10

interval

๐Ÿ˜ด Tracking sleep with a Raspberry Pi and the MPU6050.
CSS
7
star
11

npr

๐Ÿ“ป Simple chrome extension to stream NPR.
CSS
6
star
12

www

๐Ÿคซ A personal, opinionated boilerplate for world wide web applications.
JavaScript
5
star
13

gatsby-react-loadable

Example of using Gatsby v2 with react-loadable.
JavaScript
4
star
14

wepp

๐Ÿ–ผ Convert images to WebP on macOS.
JavaScript
4
star
15

hypem-spotify

๐Ÿ”ฅ Adds popular Hypemachine tracks to a Spotify playlist.
TypeScript
3
star
16

zeit-zu-lueften

Arduino project to measure air quality with the Figaro TGS-2600.
Arduino
2
star
17

mithril-static

๐Ÿง™ A proof-of-concept of a mithril.js static site generator
JavaScript
2
star
18

fabe.github.io

โœจ It's my (old) personal website.
HTML
2
star
19

markdoc-contentful

Adds a Markdoc field to Contentful
JavaScript
2
star
20

rolldown

๐ŸŽž Rolldown for iOS. Downloads videos to your camera roll. Simple.
JavaScript
1
star
21

r-random

๐Ÿค– Node.js bot that crawls random images from the Reddit API.
JavaScript
1
star
22

women-in-parliaments

Comparing nations based on the share of women and men in their national parliament.
JavaScript
1
star
23

delivery

๐Ÿšš Present your designs, clutter-free.
JavaScript
1
star
24

abstract-weather

Visualizing temperature abstractly using p5.js.
JavaScript
1
star
25

test-gatsby-oncreatenode

JavaScript
1
star
26

electron-ffmpeg-starter

๐Ÿ“น Starting point for using using Electron with ffmpeg cross-platform.
JavaScript
1
star
27

sol-lewitt-generator

Sol-LeWitt-Generator made in p5js.
HTML
1
star