How do I disable the reading time field correctly? #3147
-
I would like to disable the "Page view" and "Reading time" field. For the former, I have managed to do this by adding "pageview: false" into the README.md. But I failed to disable the "Reading time" no matter what I do, because I'm a complete newbie on vuepress.May I have your instructions please?Your kind reply will be greatly appreciated.Below is part of my "README.md":sidebar: false
|
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Jul 4, 2023
Replies: 1 comment
-
You need to read the docs and at least understand some js, markdown and yaml basics, that shouldn't be hard, the docs are already detailed enough. Readingtime can be globally disabled, and you can globally config pageview items with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to read the docs and at least understand some js, markdown and yaml basics, that shouldn't be hard, the docs are already detailed enough.
Readingtime can be globally disabled, and you can globally config pageview items with
pageview
in theme options, and you can also do that in frontmatter to change that in one page locally.