adjust reading times based on real average reading speeds
parent
7ef5923eaf
commit
40c740db47
|
@ -36,7 +36,9 @@ module.exports = function (eleventyConfig) {
|
|||
|
||||
eleventyConfig.addPlugin(pluginRss);
|
||||
eleventyConfig.addPlugin(syntaxHighlight);
|
||||
eleventyConfig.addPlugin(timeToRead);
|
||||
eleventyConfig.addPlugin(timeToRead, {
|
||||
speed: '250 words a minute'
|
||||
});
|
||||
eleventyConfig.addPlugin(safeLinks);
|
||||
eleventyConfig.addPlugin(footnotes, {
|
||||
"title": "footnotes",
|
||||
|
|
Loading…
Reference in New Issue