GitPedia
tea3

tea3/hexo-related-popular-posts

A hexo plugin that generates a list of links to related posts and popular posts. Also , this plugin can get Visitor Counts (PV) on posts.

2 Releases
Latest: 8y ago
Fixed cache disappears issue3.0.1Latest
tea3tea3ยท8y agoยทJanuary 29, 2018
GitHub

๐Ÿ› Fixes

  • Fixed the problem that cached data was lost by the following procedure.
  • ```
  • $ hexo new new-sample-article
  • $ hexo s
  • $ hexo s
  • ```
How to use helper tag has changed.3.0.0
tea3tea3ยท8y agoยทDecember 20, 2017
GitHub

๐Ÿ“‹ Changes

  • How to use helper tag has changed.
  • This Plugin have excluded support for hexo 3.2 and earlier.
  • If you want you install old version , please `npm install hexo-related-popular-posts@2.0.6`

๐Ÿ› Fixes

  • Fixed cache disappears issue
  • Fixed the problem that cached data was lost by the following procedure.
  • 1. `$ hexo clean`
  • 2. `$ hexo s`
  • 3. Update articles (e.g. edited `sample.md`)
  • 4. `$ hexo s`