adjust reading times based on real average reading speeds

main
maia arson crimew 2024-05-10 01:29:24 +02:00
parent 7ef5923eaf
commit 40c740db47
1 changed files with 3 additions and 1 deletions

View File

@ -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",