选择一个好的Hexo主题

诉求:找一个好用的Hexo主题 方法 去官网看了下,Theme有285个,按名字排名。没有任何星级或者推荐之类的,看了下,眼花缭乱。https://hexo.io/themes/ 在知乎上面搜索了下,高赞答案:爬取Theme的Star数量,用数据说话。https://www.zhihu.com/question/24422335/answer/46357100。但数据是2015年的,过去5年了。 要不自己写个爬虫玩一玩?爬下现在的数据是怎样的 Repo:https://github.com/aimer1124/hexo-theme-spider 需求管理:https://github.com/aimer1124/hexo-theme-spider/projects/1 结果展示:

January 4, 2020 · 1 min · Yuanjie

简书爬虫

简书爬虫 此功能纯粹为个人意想功能,利用业余时间来学习Node。所有内容均已开源,欢迎各种PR和Fork。最后更新时间: 20161129。 项目 源代码 https://github.com/aimer1124/JianshuSpider 需求 Teambition-简书爬虫 效果图 Home Article Author Collections Search ShowCase Home Articles Authors Collections Search 代码 启动 DB: sudo mongod 程序: gulp 测试: gulp test 版本 Node: 4.4.3 Mongo: 3.0.3 引用包列表 Backend express: http://expressjs.com/,node web框架 body-parser: 请求数据体的转换中间件 cookie-parser: 请求头的cookie管理 debug: 调试工具 morgan: 日志中间件 serve-favicon: favicon中间件 ...

July 19, 2016 · 3 min · Yuanjie