Skip to content

Instantly share code, notes, and snippets.

@puyo
Created November 19, 2010 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puyo/707298 to your computer and use it in GitHub Desktop.
Save puyo/707298 to your computer and use it in GitHub Desktop.
Putting all your slick in one place...?
:javascript
Shining.config({...})
#first
%h1 Hi there world
%p Yes this is a slide
%p.step with a step
:javascript
// stuff for the first slide
:css
/* css relevant to the first slide */
#second
%h1 Second slide
%aside Still a slide
#third
%h1 Third slide
%p How many more?
@puyo
Copy link
Author

puyo commented Nov 20, 2010

Ah okay. That does sound frustrating. sad panda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment