To add word count and reading time in your hugo page, use the code below.
<span class="post-word-count">{{ .WordCount }} words</span>
<span class="more-meta"> {{ .ReadingTime }} </span>
To add support for CJK Characters, change the settings below in the config file.
hasCJKLanguage = true