Skip to content

AlexHedley/statiq.plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statiq Plugins

Various Plugins

Statiq Web

NuGet Version NuGet Downloads

Made With

Plugins

  • Reading Time

Reading time

Adding reading time estimates to blog posts from @ Jeremy Davis

In your appsettings.json add a new property ReadingSpeed and set it to your desired value:

"ReadingSpeed": 100

You can then override the input/_header.cshtml of your theme and place the calculated time after the tags.

<span>~@Model.GetString("ReadingTime") minutes</span>

Docs