mirror of
				https://github.com/TheLocehiliosan/yadm
				synced 2025-06-13 13:03:58 +00:00 
			
		
		
		
	* Migrate to using "remote themes" instead of forked content * Update to most recent mmistakes * Add docker-based testing * Create Makefile for test targets * Add travis-ci integration * Update badges to use shields.io * Replace splash page image (old one's attribution disappeared from unsplash.com)
		
			
				
	
	
		
			9 lines
		
	
	
		
			163 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			163 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| source "https://rubygems.org"
 | |
| 
 | |
| gem "github-pages", group: :jekyll_plugins
 | |
| 
 | |
| group :jekyll_plugins do
 | |
|   gem "jekyll-feed", "~> 0.6"
 | |
|   gem "jekyll-include-cache"
 | |
| end
 |