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 🙏

© 2026 – Pkg Stats / Ryan Hefner

hexo-theme-stun

v2.8.0

Published

A beautiful & simple theme for Hexo

Downloads

55

Readme

警告:目前该项目年久失修,请尽量不要使用,建议使用一直处于维护状态的 NexT 主题,祝好

语言: English | 中文简体

:sparkles: 演示

如果你准备长期使用 «Stun» 主题,并希望展示在这里,你只需在 README 中填入你的网站,然后提交 PR 即可。

:crystal_ball: 特性

:package: 安装

  • 安装 «Stun»

    进入 Hexo 根目录,执行指令:

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

    该指令会将本仓库中的所有文件克隆下来,其中有很多文件仅用于项目开发,对于普通用户来说完全用不到。因此,如果你想仅克隆主题运行所必需的文件,请用下面的指令代替上面的指令:

    $ git clone -b dist https://github.com/liuyib/hexo-theme-stun.git themes/stun

    注意:这样做不方便以后更新,请谨慎使用。

  • 安装依赖 hexo-renderer-pug

    进入 Hexo 根目录,执行指令:

    $ npm install --save hexo-renderer-pug

:hammer: 使用

修改 Hexo 根目录下的 _config.yml 文件:

theme: stun

然后,启动 Hexo 服务器:

$ hexo clean && hexo s

:art: 更新

$ cd themes/stun

$ git pull

:page_facing_up: 文档

下面是多个文档镜像(它们是全量同步的),任选其一访问即可。

:question: 问题

如果遇到问题,首先请仔细阅读文档,或者查看常见问题。当以上的方法都无法帮助你时,再去提出 issue:hugs:。

:handshake: 贡献

在提出 Pull request 之前,请务必先阅读贡献指南

感谢所有为 «Stun» 做出贡献的人!

:computer: 浏览器支持

| IE | Edge | Firefox | Chrome | Safari | Opera | | :---: | :---: | :---: |:---: | :---: | :---: | | Not Supported | 12+ | 41+ | 45+ | 10+ | 32+ |

:star: Star 历史趋势

Stargazers over time

:page_with_curl: 开源协议

MIT Copyright (c) 2019-present liuyib

FOSSA Status