mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-31 13:35:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			232 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			232 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| source 'https://rubygems.org'
 | |
| gem 'jekyll'
 | |
| 
 | |
| group :jekyll_plugins do
 | |
|     gem 'jekyll-postcss-v2'
 | |
|     gem 'jekyll-seo-tag'
 | |
|     gem 'jekyll-sitemap'
 | |
|     gem 'jekyll-feed'
 | |
|     gem 'jekyll-mentions'
 | |
|     gem 'jekyll_custom_permalink'
 | |
| end |