Add word count and readingtime in Hugo | 给Hugo增加字数统计和阅读时间

1 minute read Published on:

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

43 words
Last Modified on: 2021-09-06
通过webmention回复这篇文章 | send me a webmention