Skip to content

itwasmattgregg/gatsby-theme-slideshow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby Theme Slideshow Example

Netlify Status

This repo is a simple slideshow gatsby theme with working demo.

Examples of how simple slides could be formatted can be found in /demo/slides

It includes:

  • the slideshow theme (located in theme/)
  • a demo site (located in demo/) that installs the theme
  • a Yarn workspaces configuration so the theme and demo can be worked on simultaneously

How to use this repo

  1. Clone this repo

  2. Run yarn

  3. Start the demo site.

    yarn workspace demo develop

    The demo will start at http://localhost:8000

    NOTE: If you’re new to Yarn workspaces, check out this post for details.

  4. Start editing the theme! The demo site is configured to use the local theme, so any changes you make to the local theme directory will be reflected on the demo site for easy local development.

  5. If you're having issues with the site not updating you may need to delete the .cache directory in /demo and rebuild.

About

An extremely simple slideshow theme for Gatsby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%