Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keelerm84/puppettalk_february_2014
- Owner: keelerm84
- Created: 2014-07-27T16:00:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T16:01:08.000Z (over 10 years ago)
- Last Synced: 2024-10-03T15:14:53.750Z (about 1 month ago)
- Language: JavaScript
- Size: 341 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"