14 lines
		
	
	
		
			278 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			278 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| source 'https://rubygems.org'
 | |
| 
 | |
| gem 'jekyll', '~> 1.4.3'
 | |
| gem 'pygments.rb', '~> 0.5.4'
 | |
| gem 'jekyll-assets'
 | |
| gem 'less'
 | |
| gem 'therubyracer'
 | |
| gem 'yui-compressor'
 | |
| 
 | |
| group :development do
 | |
|   # Automatically reload your browser when 'view' files are modified
 | |
|   gem 'guard-livereload'
 | |
| end
 |