Siricee / hexo-theme-Chic

An elegant, powerful, easy-to-read Hexo theme.
https://siricee.github.io/hexo-theme-Chic/
Other
894 stars 177 forks source link

[申请新功能]文章置顶 #62

Open FatBobGo opened 4 years ago

FatBobGo commented 4 years ago

先生你好, 我觉得文章置顶功能很实用。请问可以添加这个功能吗?十分感谢。

FatBobGo commented 4 years ago

小姐你好,请问这个功能在研发吗?

Siricee commented 4 years ago

小姐你好,请问这个功能在研发吗?

这个issue打了remind标签,但也可能会取消。我最近比较忙暂时没有时间开发这个,如果你很着急你可以自己写一个提交PR上来,审核通过就可以merge。

另外你还是叫我先生吧。

stevenjoezhang commented 4 years ago

Hexo 官方实现了: https://github.com/hexojs/hexo-generator-index/pull/51 升级 hexo-generator-index 插件即可体验

FatBobGo commented 3 years ago

@stevenjoezhang 你好,我刚刚测试了一下,还是不行。

  1. 安装插件 npm install hexo-generator-index --save
  2. 使用下面的参数都不可以 sticky: true 或者 sticky: 100 或者
    sticky: true
    noDate: ture
stevenjoezhang commented 3 years ago

试试

npm i hexo-generator-index@2.0.0
hexo clean

然后

sticky: 100
FatBobGo commented 3 years ago

还是不行。感觉是主题使用了其它方法?

anson2416 commented 3 years ago

@Siricee 你好,请问有时间帮忙看下为什么置顶插件不生效的原因吗?谢谢。

Myoontyee commented 2 years ago

一个暂时能用的Chic置顶效果见https://myoontyee.github.io/top/ 效果图如下 图片

教程等待更新中...

Myoontyee commented 2 years ago

教程见Hexo + Chic 实现文章置顶栏、文章置顶功能

图片

Myoontyee commented 2 years ago

@Siricee 文章置顶功能我已实现一种方案,可以把这个issue打tag当教程了