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 🙏

© 2025 – Pkg Stats / Ryan Hefner

hexo-atlas

v1.0.4

Published

图集插件

Downloads

3

Readme

hexo-atlas

hexo 插件 增加图集模块(可展示本地文件)

安装

npm install hexo-atlas

使用方式 在主题配置文件 (_config.yml) 添加以下配置

# 图集配置
# 默认文案
# 模板文件地址 (只包含ejs文件)
atlas_module: 'atlas'
# 分页文字
atlas_nav_text:
  page_prev: 上一页
  page_next: 下一页
# 每页图片数量
atlas_page: 30
# 存放图片目录地址 (只支持本地)
atlas_file_url: ''
# 存放图片备注文件地址 (只支持本地)
atlas_des_url: ''
# 默认展示图片备注
atlas_des_title: '馒头啊!!!'

模板文件 (必要)

并且您需要额外的下载 模板 文件 (不然启动会报错)

ejs文件 复制该ejs文件到您到

themes/ 您当前使用到主题文件名 /layout/

当然您也可以自己常见模板文件,模板文件默认名称为 atlas (路径和上面地址一样)

styl文件 复制该文件到您到:

themes/ 您当前使用到主题文件名 /source/css

并且在该目录下
(themes/ 您当前使用到主题文件名 /source/css/style.styl)
style.styl中引入该文件
@import "atlas.styl"