Merge branch 'master' of github.com:hakimel/reveal.js into dev
This commit is contained in:
		
						commit
						d88f59cbaf
					
				
					 2 changed files with 29 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -704,6 +704,8 @@ Here's an example of an exported presentation that's been uploaded to SlideShare
 | 
			
		|||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
Alternatively you can use the [decktape](https://github.com/astefanutti/decktape) project.
 | 
			
		||||
 | 
			
		||||
## Theming
 | 
			
		||||
 | 
			
		||||
The framework comes with a few different themes included:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										27
									
								
								bower.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								bower.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,27 @@
 | 
			
		|||
{
 | 
			
		||||
  "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"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue