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

@docs-site/hexo-tags-embed

v1.0.5

Published

苏木自用的标签插件

Downloads

34

Readme

一、 hexo-tags-embed

sumu's TypeScript project!

1. 开发环境

Static Badge    Static Badge    Static Badge    Static Badge

node    npm

2. 快速开始

通过npm安装:

npm i @docs-site/hexo-tags-embed

在主题配置文件中添加以下内容:

TagsEmbed:
  enable: true   # 插件开关
  priority: 5    # 过滤器优先级
  CDN:
    tags_embed: https://cdn.jsdelivr.net/gh/docs-site/hexo-tags-embed@latest/lib/tag_embed.css

3. 基本实例

3.1 折叠框 folding

{% folding [color], [提示信息] %}
内容......
{% endfolding %}

3.2 行内文本

这是一个带 {% u 下划线 %} 的文本
这是一个带 {% emp 着重号 %} 的文本
这是一个带 {% wavy 波浪线 %} 的文本
这是一个带 {% del 删除线 %} 的文本
这是一个键盘样式的文本 {% kbd command %} + {% kbd D %}
这是一个密码样式的文本:{% psw 密码是没有密码 %}

3.3 github卡片 ghcard

{% ghcard anuraghazra %}
{% ghcard anuraghazra, theme=vue %}
{% ghcard anuraghazra, theme=buefy %}
{% ghcard anuraghazra, theme=solarized-light %}
{% ghcard anuraghazra, theme=onedark %}
{% ghcard anuraghazra, theme=solarized-dark %} 
{% ghcard anuraghazra, theme=algolia %}
{% ghcard anuraghazra, theme=calm %}


{% ghcard anuraghazra/github-readme-stats %}
{% ghcard anuraghazra/github-readme-stats, theme=vue %}
{% ghcard anuraghazra/github-readme-stats, theme=buefy %}
{% ghcard anuraghazra/github-readme-stats, theme=solarized-light %}
{% ghcard anuraghazra/github-readme-stats, theme=onedark %}
{% ghcard anuraghazra/github-readme-stats, theme=solarized-dark %}
{% ghcard anuraghazra/github-readme-stats, theme=algolia %}
{% ghcard anuraghazra/github-readme-stats, theme=calm %}

二、小徽章