dlzmoe / hexo-simple9

A minimalist theme developed based on hexo, welcome to use!基于hexo开发的双栏式简约风主题,欢迎使用!已适配 twikoo 静态评论系统。
https://simple99.cn
MIT License
23 stars 1 forks source link

[Question: 2] 为什么置顶功能失效? #3

Open dlzmoe opened 3 years ago

dlzmoe commented 3 years ago

问:为什么置顶功能失效?

答:请确认安装完插件确实失效。

解决办法:在 node_moudles 目录下找到 hexo-generator-index-pin-top 或者 hexo-generator-index 文件然后手动删除,重新执行下列命令

# 依次执行,不要同时输入两个命令去执行
npm uninstall hexo-generator-index --save
npm install hexo-generator-index-pin-top --save

ps:如果在置顶方面遇到其他相关问题,可以在本条 Issues 留言或者到我的博客留言

stevenjoezhang commented 3 years ago

Hexo 已实现文章置顶参数: hexojs/hexo-generator-index#51