mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-30 13:05:47 +00:00 
			
		
		
		
	* always run CI, check for html errors * fix links * switch a tags to div * add alt text * fix internal links * remove unneeded example section * remove legacy section * update requirements * test more * fix flag
		
			
				
	
	
		
			14 lines
		
	
	
		
			276 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			276 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
 | |
| gem "webrick", "~> 1.7"
 | |
| gem 'html-proofer'
 |