Improved reading speed values (made them more realistic); for this, a new (partially) ai-generated article has been added
This commit is contained in:
@@ -48,7 +48,7 @@ pagination.pagerSize = 5
|
||||
# oneHeadingSize = true # default
|
||||
|
||||
# whether to show a page's estimated reading time
|
||||
readingTime = true # (default: false)
|
||||
showReadingTime = true # (default: false)
|
||||
|
||||
# whether to show a table of contents
|
||||
# can be overridden in a page's front-matter
|
||||
@@ -74,6 +74,7 @@ pagination.pagerSize = 5
|
||||
languageName = "English"
|
||||
weight = 1
|
||||
[languages.en.params]
|
||||
readingSpeed = 108
|
||||
subtitle = "Blog of privacynerd"
|
||||
owner = ""
|
||||
keywords = ""
|
||||
@@ -129,6 +130,7 @@ pagination.pagerSize = 5
|
||||
languageName = "Deutsch"
|
||||
weight = 2
|
||||
[languages.de.params]
|
||||
readingSpeed = 111
|
||||
subtitle = "Blog von privacynerd"
|
||||
owner = ""
|
||||
keywords = ""
|
||||
|
||||
Reference in New Issue
Block a user