Git Product home page Git Product logo

tic-slides's Introduction

GitPitch Presentation Template

This branch contains Sunkist, a GitPitch presentation template.

In fact within this branch you will find three variations of the Sunkist template, each optimized for specific use-cases:

  1. Sunkist Base Template
  2. Sunkist CodeMax Template
  3. Sunkist Speaker Template

The content in this branch is a great example of how you can deliver multiple-presentations (with optional asset sharing) within a single Git repo branch. See the GitPitch Wiki for further details.

Each template variation is discussed in the sections following Quick Start.

Quick Start

The fastest way to get started with this template is to copy the entire contents of this branch into your own local repository. Then git-add, commit, and push the template files to a public or private repo on GitHub, GitLab, or Bitbucket.

Warning, this branch has it's own README.md and numerous other files under the assets, codemax, speaker, and src directories. These may be files or directories that you are already using in your own repo. If you are going to copy the entire contents of this branch into your repo, please check to ensure that you do not accidentally overwrite existing files.

Sunkist Base Template

GitPitch

The Base template is an excellent starting point for any presentation author. The template markdown found in PITCHME.md, and the template settings found in PITCHME.yaml, provide great examples of numerous GitPitch features.

To use only the Base template you will need to copy the following files and directories into your own Git repository:

.
├── PITCHME.md
├── PITCHME.yaml
├── assets
└── src

Once you have those files under source control inside your Git repo you are ready to start customizing the markdown content, settings, imagery, styles, etc.

Sunkist CodeMax Template

GitPitch

The CodeMax template makes a small number of changes to the custom CSS of the Base template in order to maximize the space used when rendering code on any slide. The updated custom CSS is found in the assets/css/PITCHME.codemax.css file.

To use only the CodeMax template you will need to copy the following files and directories into your own Git repository:

.
├── assets
├── codemax
│   ├── PITCHME.md
│   └── PITCHME.yaml
└── src

Once you have those files under source control inside your Git repo you are ready to start customizing the markdown content, settings, imagery, styles, etc.

Note, if you want the CodeMax template to become the default presentation for your repo, move codemax/PITCHME.md and codemax/PITCHME.yaml to the root directory of your repo.

Sunkist Speaker Template

GitPitch

The Speaker template is identical to the Base template with one addition, sample speaker notes have been added to the template markdown found in speaker/PITCHME.md. Open the raw view of this markdown file to see how simple it is to add speaker notes to any slide.

To use only the Speaker template you will need to copy the following files and directories into your own Git repository:

.
├── PITCHME.yaml
├── assets
├── speaker
│   └── PITCHME.md
└── src

Once you have those files under source control inside your Git repo you are ready to start customizing the markdown content, settings, imagery, styles, etc.

Note, if you want the Speaker template to become the default presentation for your repo, move speaker/PITCHME.md to the root directory of your repo.

tic-slides's People

Contributors

coxsone avatar eduponte avatar sseerrggii avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.