From 57a7401768efedd20c6aecfdd132729ac6dac1ba Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 4 Oct 2019 10:55:01 -0400 Subject: [PATCH] Document `page.words_per_minute` --- docs/_docs/05-configuration.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md index db545643..eb86c9dd 100644 --- a/docs/_docs/05-configuration.md +++ b/docs/_docs/05-configuration.md @@ -2,7 +2,7 @@ title: "Configuration" permalink: /docs/configuration/ excerpt: "Settings for configuring and customizing the theme." -last_modified_at: 2019-08-20T21:36:28-04:00 +last_modified_at: 2019-10-04T10:54:48-04:00 toc: true --- @@ -285,6 +285,12 @@ defaults: To disable reading time for a post, add `read_time: false` its YAML Front Matter to override what was set in `_config.yml`. +`words_per_minute` can also be adjusted per-page basis by adding to its YAML Front Matter. This is useful for sites with multi-lingual content where you'd like specify a different value from the site config. + +```yaml +words_per_minute: 250 +``` + ### Comments [**Disqus**](https://disqus.com/), [**Discourse**](https://www.discourse.org/), [**Facebook**](https://developers.facebook.com/docs/plugins/comments), [**utterances**](https://utteranc.es/), and static-based commenting via [**Staticman**](https://staticman.net/) are built into the theme. First set the comment provider you'd like to use: