0%

hexo 基于 NexT 主题 相关文章推荐

相关文章推荐

该功能由 hexo-related-popular-posts 插件提供,会在文末出现本站相关的博客。

在站点根目录中执行以下命令安装依赖:

1
npm install hexo-related-popular-posts --save

在主题配置文件中开启相关文章推荐功能:

1
2
3
4
5
6
7
8
# themes\next_config.yml

related_posts:
enable: true
title: # custom header, leave empty to use the default one
display_in_home: false
params:
maxCount: 5

此时会在每篇文章结尾根据标签相关性和内容相关性来推荐相关文章。