forked from Chaospott/site
		
	remove paginate plugin from config file, raise version
This commit is contained in:
		
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							@@ -1,3 +1,3 @@
 | 
			
		||||
source 'https://rubygems.org'
 | 
			
		||||
 | 
			
		||||
gem 'jekyll', '~>3.6.3'
 | 
			
		||||
gem 'jekyll', '~>3.8.4'
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,6 @@ url: "https://chaospott.de"
 | 
			
		||||
markdown: kramdown
 | 
			
		||||
permalink: /:year/:month/:day/:title
 | 
			
		||||
paginate: 5
 | 
			
		||||
plugins: [jekyll-paginate]
 | 
			
		||||
paginate_path: "/blog/:num"
 | 
			
		||||
include: [
 | 
			
		||||
  ".well-known"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user