Skip to content
Snippets Groups Projects
Commit d88f59cb authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge branch 'master' of github.com:hakimel/reveal.js into dev

parents 523f78ed b390e66c
No related branches found
No related tags found
No related merge requests found
...@@ -704,6 +704,8 @@ Here's an example of an exported presentation that's been uploaded to SlideShare ...@@ -704,6 +704,8 @@ Here's an example of an exported presentation that's been uploaded to SlideShare
![Chrome Print Settings](https://s3.amazonaws.com/hakim-static/reveal-js/pdf-print-settings.png) ![Chrome Print Settings](https://s3.amazonaws.com/hakim-static/reveal-js/pdf-print-settings.png)
Alternatively you can use the [decktape](https://github.com/astefanutti/decktape) project.
## Theming ## Theming
The framework comes with a few different themes included: The framework comes with a few different themes included:
......
{
"name": "reveal.js",
"version": "3.1.0",
"main": [
"js/reveal.js",
"css/reveal.css"
],
"homepage": "http://lab.hakim.se/reveal-js/",
"license": "MIT",
"description": "The HTML Presentation Framework",
"authors": [
"Hakim El Hattab <hakim.elhattab@gmail.com>"
],
"dependencies": {
"headjs": "~0.9.6"
},
"repository": {
"type": "git",
"url": "git://github.com/hakimel/reveal.js.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment