diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-07-09 22:26:11 -0300 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-07-09 22:26:11 -0300 |
commit | 21983c7b7fa434f083589ad80411a44fca4119e2 (patch) | |
tree | 5e0728812c7a7915f4c7c6584c313ff443ade391 | |
parent | aaa03dc2c79bf4101c5eb7c4903fe157c6ec6278 (diff) | |
download | freenode-live-2017-presentation-21983c7b7fa434f083589ad80411a44fca4119e2.tar freenode-live-2017-presentation-21983c7b7fa434f083589ad80411a44fca4119e2.tar.gz |
folder structure description in readme
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -104,6 +104,12 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) { } ); ``` +### Folder Structure +- **css/** Core styles without which the project does not function +- **js/** Like above but for JavaScript +- **plugin/** Components that have been developed as extensions to reveal.js +- **lib/** All other third party assets (JavaScript, CSS, fonts) + ## Speaker Notes If you're interested in using speaker notes, reveal.js comes with a Node server that allows you to deliver your presentation in one browser while viewing speaker notes in another. |