mirror of
				https://github.com/emrusz/emrusz.git
				synced 2025-10-31 13:29:57 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			362 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			362 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| source "https://rubygems.org"
 | |
| 
 | |
| gem "github-pages", group: :jekyll_plugins
 | |
| 
 | |
| gem "tzinfo-data"
 | |
| gem "wdm", "~> 0.1.0" if Gem.win_platform?
 | |
| 
 | |
| # If you have any plugins, put them here!
 | |
| group :jekyll_plugins do
 | |
|   gem "jekyll-paginate"
 | |
|   gem "jekyll-sitemap"
 | |
|   gem "jekyll-gist"
 | |
|   gem "jekyll-feed"
 | |
|   gem "jemoji"
 | |
|   gem "jekyll-include-cache"
 | |
|   gem "jekyll-algolia"
 | |
| end
 |