adjust reading times based on real average reading speeds
This commit is contained in:
		
							parent
							
								
									7ef5923eaf
								
							
						
					
					
						commit
						40c740db47
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -36,7 +36,9 @@ module.exports = function (eleventyConfig) { | ||||||
| 
 | 
 | ||||||
|   eleventyConfig.addPlugin(pluginRss); |   eleventyConfig.addPlugin(pluginRss); | ||||||
|   eleventyConfig.addPlugin(syntaxHighlight); |   eleventyConfig.addPlugin(syntaxHighlight); | ||||||
|   eleventyConfig.addPlugin(timeToRead); |   eleventyConfig.addPlugin(timeToRead, { | ||||||
|  |     speed: '250 words a minute' | ||||||
|  |   }); | ||||||
|   eleventyConfig.addPlugin(safeLinks); |   eleventyConfig.addPlugin(safeLinks); | ||||||
|   eleventyConfig.addPlugin(footnotes, { |   eleventyConfig.addPlugin(footnotes, { | ||||||
|     "title": "footnotes", |     "title": "footnotes", | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue