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

typecho-theme-sagiri

v1.2.2

Published

Lovely theme for Typecho.

Downloads

109

Readme

stars npm jsdelivr license donate

Demo

shot

  • theme demo
  • https://blog.imlazy.ink:233
  • https://mianao.info
  • ···

Installation

  1. Download from releases to your blog's theme folder.
  2. Enable it in the background management, if an error occurs, rename the folder to sagiri
  • If you need to update the theme, download the latest version, then overwrite the original file to complete the update, some new features need to be enabled in the background to take effect.
git clone https://github.com/shiyiya/typecho-theme-sagiri.git

Configuration

Most of Feature was off, turn on by yourself.

  • [ ] Instantclick
  • [x] Code Highlight
  • [ ] Lazy load Image
  • [x] Short Code
  • [ ] OwO (Comment Emoji)

Code Highlight

Using Prism.js as code highlighting. sagiri default comes with 5 themes & supported 32 language, if you need more, just go here to download.

Special Page

  • Create Page.

  • Select the corresponding template and fill in the correct path and turn off "allow commomt"

Multi-language

Short Code

  • video Short Code

    - bilibili video
      [bplayer](https://www.bilibili.com/video/av68718423)
    
    - local video
      [lplayer](/usr/uploads/2019/11/330578098.mp4)
    
    - youtube video
      [yplayer](https://www.youtube.com/watch?v=wv1bHjMGUBY)

    will render video shot

  • ...

Others

  • Index Post Card Home Article Overview The default maximum output is Infinity characters, you can manually add the truncation <!-- more --> control output.

    ⬇ ⬇ ⬇ example (Article content)

    ## hello world
    
    <!--more-->
    
    **I will not show it on the single page**
    ~~Can you find me?~~
  • Article thumbnail weight of the thumbnail: Article field -> The first Upload Image of Article -> Image link in the article -> Random Image

Link

Create a template before this, the content format is as follows

- ![avatar descript](avatar href)[href descript](href)<hr> descript
- [title](href) <hr> descript
- [title](href)

Comment Emoji

How to import custom Emoji ?

Author

typecho-theme-sagiri © shiyi, Released under the GPL-3.0 License. Authored and maintained by DIYgod with help from contributors (list).

· GitHub @shiyi

Donate

Thank you for your support :-)

Contribute

If you feel like to help us build a better Sagiri, you can

Contribute List

License

The All Html,CSS,JavaScript,and PHP files are licensed under the GNU General Public License v3:

http://www.gnu.org/licenses/gpl-3.0.html