Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keelerm84/puppettalk_february_2014

Provisioning With Puppet: For The Manipulator In All Of Us
https://github.com/keelerm84/puppettalk_february_2014

Last synced: 17 days ago
JSON representation

Provisioning With Puppet: For The Manipulator In All Of Us

Awesome Lists containing this project

README

        

# UpFront Wichita Presentation Template

This repo is intended to serve as a quick starting point for putting together a
presentation. Presenters are welcome to use this template or roll their own
presentation.

This starter kit uses the [reveal.js presentation framework][reveal-repo].

## Setup
* Download this package. Either clone the repo or download and unpack the
[zip](repo-zip).
* If you clone the repo I would recommend that you remove the `.git` folder
and init a new project as you will likely make a repo just for your
presentation.
* cd to the "presentation" directory and start serving the presentation with
`python -m SimpleHTTPServer`
* Browse to `http://localhost:8000`

## Folder structure

.
├── app # A sample application for your presentation if included
└── presentation # The web root of the presentation
├── css # Custom stylsheets
├── img # Presentation images
└── lib # Third party libraries like reveal.js

[reveal-repo]: https://github.com/hakimel/reveal.js "reveal.js framework"
[repo-zip]: https://github.com/upfrontwichita/upfront-presentation-template/archive/master.zip "template zip"