From 41bea2aadca46297f4e5317ef97a661bf2c5bfd5 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 7 Aug 2023 22:22:22 +0800 Subject: [PATCH] config: more realistic wpm for screens --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d804d44..f022a23 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,7 @@ teaser: # path of fallback teaser image, e.g. "/assets/images/500x300.png" logo: # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title: # overrides the website title displayed in the masthead, use " " for no title # breadcrumbs: false # true, false (default) -words_per_minute: 200 +words_per_minute: 180 comments: provider: "matrix" # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "staticman_v2" "custom" disqus: -- 2.43.0