请遵守AGPL 3.0协议 本主题已开源于hexo-theme-wang

hexo

Date Icon
Update Icon

hexo-tips:快捷小贴士插件

我开发了一个快捷小贴士插件

样式当然都是Copilot帮我写的,我自己才懒得设计颜色:)

github仓库:xingwangzhe/hexo-tips: Use tooltips more conveniently in hexo
npm仓库:hexo-tips

Date Icon
Update Icon

hexo-graph:新增分类树状图

应该算是技术债:(

Date Icon
Update Icon

hexo-graph:优秀的hexo统计插件

hexo-graph,一个基于echarts,集成博客热力图,博客月份统计图,分类统计图,标签统计图的多元化插件。

仓库地址: https://github.com/codepzj/hexo-graph

效果:https://haohanxinghe.com/social/stats/

Date Icon
Update Icon

重构:hexo-theme-wang

2024-12-09-190959

诚如标题所言,我又重构了

Date Icon
Update Icon

Hexo Pro体验

Hexo_pro是一个非常棒的hexo编辑器

项目地址:https://github.com/wuzheng228/hexo-pro

Date Icon
Update Icon

hexo压缩资源,优化访问

Hexo-all-minifier压缩资源,优化访问

1

Date Icon
Update Icon

在hexo-next配置gitalk

如何在hexo-next配置gitalk评论

你是否也想在你的博客里面添加这样的评论区?
445566
那就快来看以下教程吧:)

Date Icon
Update Icon

为hexo-next建立静态说说

曾经考虑使用Artitalk,但由于网络原因以及github无法备案等原因,暂时放弃,转而使用静态方法写说说
nihao

Date Icon
Update Icon

为Hexo博客提供订阅服务

Web-push的优势
与传统的邮件列表相比,Web push Notification 有这样几点不同:
使用邮件推送,只有打开邮件的人才能看到推送的内容。如果使用 Web push Notification,任何一个在使用浏览器的人都会看到推送的内容。
由于阅读信息的比例高,点击通知的比例也会更高。更多的人会跳转到你的站点。PushEngage 曾看到过百分之五十的点击率。
Web push notification 还是一个较新的技术。浏览器通知的信噪比没有邮件那么高。

这是推送图