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

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

21sta opened this issue · comments

commented

怎么回事?

請用英文寫。

Right, I met the same problem. The wordcount and reading time doesn't show. I use the next theme and have already install this plugin, but it just doesn't work. I have no idea what is going on. Anyone help?
iz 6 5m p0lt mw bnprrr

I so sorry, I read the previous issues and I got the answer. If you are using Next theme, you need to do two things.
One is to make sure you have configure this plugin correct.
The second is very important and I think lots of people will miss this step and meet problems. You have to add this in your hexo _config.yml file.

symbols_count_time:
  symbols: true
  time: true
  total_symbols: true
  total_time: true

@21sta

@ivan-nginx I am sorry but I have a suggestion. I think maybe you can change the unit of the time to minute. I read the issue #4 #5 and #6. We ask these kind of question because when we're writing or reading blogs, we seldom think that a blog will take hours to read, so the 0:xx just make people have wrong understanding to xx seconds. I know the calculation has no problem but when people read it, it seems like something wrong there.

@xiaotan828 i understand what u mean, this already added in roadmap as «Improve time visible for symbols-count-time plugin (if more then 60 mins, add hours)» in «Requested features» section under this issue.


Already solved in #7.