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
๐ 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
๐ 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`
