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-waline-next

v3.0.2

Published

Waline plugin for NexT theme.

Downloads

6

Readme

Hexo Waline NexT

Theme Version npm

Waline plugin for NexT theme. Waline is a simple, safe comment system inspired by Valine.

Install

npm install hexo-waline-next --save

Feature

Configure

Set the value enable to true, add serverURL, and edit other configurations in waline section in the config file as following. You can config those in both hexo or theme _config.yml:

# Waline Config File
# For more information:
# - https://waline.js.org
# - https://waline.js.org/reference/component.html
waline:
  # New! Whether enable this plugin
  enable: false

  # Waline server address url, you should set this to your own link
  serverURL: https://waline.vercel.app

  # Waline library CDN url, you can set this to your preferred CDN
  # libUrl: https://unpkg.com/@waline/client@v2/dist/waline.js

  # Waline CSS styles CDN url, you can set this to your preferred CDN
  # cssUrl: https://unpkg.com/@waline/client@v2/dist/waline.css

  # Custom locales
  # locale:
  #   placeholder: Welcome to comment # Comment box placeholder

  # If false, comment count will only be displayed in post page, not in home page
  commentCount: true

  # Pageviews count, Note: You should not enable both `waline.pageview` and `leancloud_visitors`.
  pageview: false

  # Custom emoji
  # emoji:
  #   - https://unpkg.com/@waline/[email protected]/weibo
  #   - https://unpkg.com/@waline/[email protected]/alus
  #   - https://unpkg.com/@waline/[email protected]/bilibili
  #   - https://unpkg.com/@waline/[email protected]/qq
  #   - https://unpkg.com/@waline/[email protected]/tieba
  #   - https://unpkg.com/@waline/[email protected]/tw-emoji

  # Comment infomation, valid meta are nick, mail and link
  # meta:
  #   - nick
  #   - mail
  #   - link

  # Set required meta field, e.g.: [nick] | [nick, mail]
  # requiredMeta:
  #   - nick

  # Language, available values: en-US, zh-CN, zh-TW, pt-BR, ru-RU, jp-JP
  # lang: zh-CN

  # Word limit, no limit when setting to 0
  # wordLimit: 0

  # Whether enable login, can choose from 'enable', 'disable' and 'force'
  # login: enable

  # comment per page
  # pageSize: 10

  # Display the footer copyright information
  copyright: true

  # Allow upload picture
  allowUploadImage: true

  # Print the error message of the picture uploaded by qiniu
  qiniuDebug: false

  # The custom domain for qiniu
  qiniuDomain: https://qiniu.example.cn

  # The api to get qiniu token
  qiniuTokenUrl: https://api.example.cn/qiniu/sdk/token/upload

  # The custom library url for qiniu javascript sdk
  # qiniuLibUrl: https://cdn.jsdelivr.net/npm/[email protected]/dist/qiniu.min.js

Qiniu Token API Return Data Description

{
    "data": "tdvdhnpSs2JFt8U9-c9hL74ddWtEj",
    "msg": "success"
}

| parameter name | type | value | explain | | -------------- | ------ | ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | status code | Number | 200 | http status code, 200 returned successfully, 403 returned illegal request source, 429 returned too many requests, 500 returned system internal error | | data | String | tdvdhnpSs2JFt8U9-c9hL74ddWtEj | the value of token | | msg | String | success | message |

Compatibility

| waline client version | plugin version | | --------------------- | -------------- | | <= v1.x | <= v2.2.9 | | >= v2.x | >= v3.x |

Blog

Plan

  • Support Aliyun OSS