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-jisui-vlts

v1.0.4

Published

A self-use Hexo theme, designed and modified based on volantis. Rename because my username is triggered spam detection.

Downloads

7

Readme

本来应该叫 hexo-theme-ymd45921 的,但是由于我的用户名实在是太垃圾了,用作包名会触发 npm 的垃圾检测发不出去…… 而 Hexo 并不支持找到用户命名空间下的包,导致就算坚持己见发到自己的命名空间里也没法正常通过包的方式引用,于是瞎起名字了。

目前的默认分支是 2023 年基于 Volantis 的 6.0-pjax 分支重新修改而成。旧版本仍然可以通过 legacy 分支取得,Commit ID = 16a166d31866538ca107db2e7a45bd6ec3668000.

使用说明

首先安装本包作为你的 Hexo 博客仓库的依赖:

yarn add hexo-theme-jisui-vlts

推荐卸载原本的 Markdown 渲染器,改用 @kohaku/hexo-renderer-markdown-it

然后修改你的博客的 _config.yml,使用 jisui-vlts 作为你的主题;并在博客仓库的根目录创建 _config.jisui-vlts.yml 以进行主题配置。

本主题大多数配置和 Volantis 保持一致,可以参考它的官方文档;此外,本主题对 Volantis 进行了一些修改,如果要利用这些,可以复制本仓库的下的 _config.yml 并在该文件的基础上进行修改。

注意

本主题包含了从旧版本 Volantis (V5) 迁移的样式,可能会需要一些在新版本被删除的资源:

<!-- Font Awesome 5 Pro -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/volantis-x/cdn-fontawesome-pro@master/css/all.min.css">

如果有必要,可能需要手动从外部引入这些资源~~或者等我将它内置~~