Sha256: 8fe7256057363d783401e9fd90103821ef880fea4c7277da4dd51126279357dc

Contents?: true

Size: 910 Bytes

Versions: 5

Compression:

Stored size: 910 Bytes

Contents

h1. The Basics

h1. Slides and Code

* Slides are created using "Textile markup":http://www.textism.com/tools/textile/
* Code is written as normal source files
* Slides can embed parts of the source files
* It's all processed into an HTML-based presentation
  
h1. Presentation Metadata

* Required file @slides/metadata.yml@

:code slides/metadata.yml

h1. Where Stuff Goes

* Create your slides in @slides/xxx.slides@
* Write code under @code/xxx@
* Build the files @html/xxx.html@ by running @Rake@


h1. @.slides@ files

* Each @.slides@ file is a separate chunk of the presentation
* The first @h1.@ heading is the banner page for that chunk
* Each subsequent @h1.@ starts a new slide


h1. Table of Contents

* You can divide your material into segments, each in a separate @xxx.slides@ file
* Then create @slides/table_of_contents.slides@, eg:

:code slides/table_of_contents.slides[class=code-small]


Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
drnic-codex-1.0.0 app_generators/codex/templates/slides/basics.slides
drnic-codex-1.0.1 app_generators/codex/templates/slides/basics.slides
drnic-codex-1.0.2 app_generators/codex/templates/slides/basics.slides
pragdave-codex-1.0.3 app_generators/codex/templates/slides/basics.slides
codex-1.0.2 app_generators/codex/templates/slides/basics.slides