theme-next / hexo-symbols-count-time

Symbols count and time to read of articles for Hexo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not show anything [follow usage instructions in main plugin readme]

ehlxr opened this issue · comments

i have followed the instructions to configure my blog, but still do not show results.

here is my operation process:

executed the order npm install hexo-symbols-count-time --save

then config the content in the _config.yml under theme

# Post wordcount display settings
# Dependencies: https://github.com/theme-next/hexo-symbols-count-time
symbols_count_time:
  separated_meta: true
  item_text_post: true
  item_text_total: false
  awl: 5
  wpm: 200

here is my blog

And config under Hexo, see main readme.

@ivan-nginx i add the config content to the _config.yml under Hexo still does not show anything

Why it's working for me and other peoples? Maybe need to:

  1. Enable plugin in Hexo config
  2. Enable options in NexT config
  3. hexo clean && hexo g

Again, see usage instructions for details.

it's working now , thx very much

Don't forget to close issues if it was solved.