npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hexo-theme-zhaoo

v2.0.2

Published

A simple theme for Hexo

Downloads

1

Readme

预览

(如果您正在使用 zhaoo 主题,欢迎展示您的博客哦,只需在 README.md 文件中加入您的博客,提交 PR 即可。)

特性

  • [x] 设计理念:简约 & 响应式 & 动效
  • [x] 评论:GitalkValine畅言
  • [x] 反馈:DaoVoice腾讯兔小巢
  • [x] 统计:LeanCloud百度CNZZ谷歌 及 SEO优化
  • [x] 深色模式
  • [x] 格言,支持接入 一言今日诗词 等第三方动态格言
  • [x] 预览图,支持接入 Unsplash必应每日图片 等第三方动态图片
  • [x] 相册,支持瀑布流加载
  • [x] highlight 代码高亮
  • [x] FancyBox 图片灯箱
  • [x] Pjax 无刷新加载
  • [x] lazyload 图片懒加载
  • [x] 支付宝、微信 打赏
  • [x] 定制 主题风格CDN埋点脚本社交链接版权说明二维码

截图

预览

首页

文章

相册

菜单

安装

安装 Hexo 后进入根目录:

$ cd hexo

安装 zhaoo 主题:

$ git clone https://github.com/zhaoo/hexo-theme-zhaoo.git themes/zhaoo

使用

修改 Hexo 根目录下的 _config.yml 文件启用 zhaoo 主题:

theme: zhaoo

建议将文章数量改为9篇,启用代码高亮效果:

index_generator:
  path: ''
  per_page: 9
  order_by: -date

highlight:
  enable: true
  line_number: true
  auto_detect: true
  hljs: true
  tab_replace:

启动 Hexo 服务器预览:

$ hexo clean && hexo s

配置

修改主题目录下的 _config.yml 文件,配置相关功能:

建议参考 配置文档_config.yml_example 进行配置

更新

移动到 zhaoo 主题目录:

$ cd themes/zhaoo

从 GitHub 获取更新:

$ git pull

相关

贡献

contributors

感谢所有贡献者!欢迎提交代码~ (请提交至 develop 分支)

趋势

趋势

协议

MIT License