Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Engel <vlow+git@turbocache3000.de>2021-09-18 22:08:53 +0300
committerFlorian Engel <vlow+git@turbocache3000.de>2021-09-18 22:08:53 +0300
commit3da3631d55f82992b5b8484271eceb2750363218 (patch)
treeb1bcc12da993a5571fb293bfce85ebf21fbf756e
parent467ba19589542db906157cacc68683bc9a8300ad (diff)
Add documentation for reading time and word count
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index b30882e..2ce0a90 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Now, you can start editing this file and add your own information!
## Customisation
-To hide the date in any page or post, set the `hideDate` parameter in the front matter:
+To hide the date in any post, set the `hideDate` parameter in the front matter:
```
---
@@ -75,6 +75,15 @@ hideDate: true
---
```
+You can use `hideWordCount` and `headReadingTime` to hide word count and reading time on both, the posts and the post list.
+
+```
+---
+hideWordCount: true
+hideReadingTime: true
+---
+```
+
## Contributing
Pull requests, bug fixes and new features are welcome!