MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

优化随机背景图代码 #7

Closed netcan closed 9 years ago

MOxFIVE commented 9 years ago

简洁不少,谢谢优化!

netcan commented 9 years ago

客气了。。正在用您的主题。。 还不太会用Github。。 想问一下文章归档那怎么才能不分页?(´・_・`)

MOxFIVE commented 9 years ago

https://github.com/hexojs/hexo-generator-archive 把下面代码添加到 Hexo 根目录下的 _config.yml 配置文件即可,0就是不分页:

archive_generator:
  per_page: 0

首页与标签页文章数量配置类似:

index_generator:
  per_page: 10

tag_generator:
  per_page: 20
netcan commented 9 years ago

恩,谢谢了,之前没怎么关注generator插件。。

netcan commented 9 years ago

想建议一下您实现类似这个归档页面,文章一多的话可以按月份/天数处理。。 没学过js所以太会搞。。

MOxFIVE commented 9 years ago

谢谢建议。归档页面目前比较简陋,一是我用得少,二是我的文章也少。已经在考虑做一个检索方便,条目清晰的归档页面,实现日期未知,不用期待~

netcan commented 9 years ago

搜索功能初步完成,不过是PHP的。。

MOxFIVE commented 8 years ago

本地搜索不错,可惜是 PHP 的 ~ https://imququ.com/post/summary-of-my-blog-optimization.html#toc-3

netcan commented 8 years ago

昨天看到这个项目,js静态搜索,没折腾成,您有兴趣的话可以看看。。https://github.com/Tipue/Tipue-Search 主要是Sitemap收录太慢了。。