You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ with_stats: true
320
320
321
321
#### `with_read_time`
322
322
323
-
Show estimated reading time on each post. When enabled, BlogMore calculates the approximate time to read each post (based on 200 words perminute) and displays it next to the post date on all post listings and individual post pages.
323
+
Show estimated reading time on each post. When enabled, BlogMore calculates the approximate time to read each post (based on the configured words-per-minute rate) and displays it next to the post date on all post listings and individual post pages.
324
324
325
325
**Type:** Boolean
326
326
**Default:** `false`
@@ -329,6 +329,17 @@ Show estimated reading time on each post. When enabled, BlogMore calculates the
329
329
with_read_time: true
330
330
```
331
331
332
+
#### `read_time_wpm`
333
+
334
+
Words per minute used when calculating estimated reading time. Adjust this value to match the expected reading speed of your audience. Must be a positive integer. This is a **configuration file only** option — it cannot be set on the command line.
335
+
336
+
**Type:** Integer
337
+
**Default:** `200`
338
+
339
+
```yaml
340
+
read_time_wpm: 250
341
+
```
342
+
332
343
#### `post_path`
333
344
334
345
Format string that controls the output path (and therefore the URL) of every blog post. This is a **configuration file only** option — it cannot be set on the command line.
0 commit comments