Skip to content

redhat-consulting/slide-template

 
 

Repository files navigation

Red Hat Slide Template for Reveal.js

Installation Options

Install Locally

  1. Install Node & NPM
  2. Clone Repo
git clone [email protected]:redhat-consulting/slide-template.git
  1. Navigate to root project
cd slide-template
  1. Install Dependencies
npm install
  1. Run server
npm start
  1. Open browser and navigate to: http://127.0.0.1:8000

Run in OpenShift

rhc app create slidetest nodejs-0.10 --from-url [email protected]:redhat-consulting/slide-template.git

Creating Decks

To create a new slide deck, simply copy this one. Here are some steps to do this responsibly using git.

  1. Greate a local git repo
mkdir my-new-slides
cd my-new-slides
git init
  1. Add this repo as an upstream project so you can pull in template updates
git remote add upstream [email protected]:redhat-consulting/slide-template.git
  1. Pull initial content from github
git pull upstream master
  1. Write Your Content

The content for your slides is all contained in slides.md. Use Githib Flavored Markdown to create your slides.

About

Red Hat Slide Templates using reveal.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.0%
  • CSS 40.4%
  • HTML 9.6%