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

valaxy-theme-sakura

v0.6.8

Published

<h1 align="center">valaxy-theme-sakura</h1> <pre align="center"> 一个简单、个性化、可爱的动漫风格博客主题 Ciallo~(∠・ω< )⌒★ </pre>

Downloads

2,743

Readme

快速开始

[!TIP] 如果您是第一次使用 Valaxy,建议先查看 Valaxy 的安装文档了解安装过程。关于详细安装教程请参照 valaxy-theme-sakura 的 安装文档

pnpm add valaxy-theme-sakura

关于详细配置以及说明请见主题配置

import { defineConfig } from 'valaxy'
import type { ThemeUserConfig } from 'valaxy-theme-sakura'

export default defineValaxyConfig<ThemeUserConfig>({
  theme: 'sakura',

  themeConfig: {
    navbarTitle: ['かなしい', 'の', '心悦'],
    banner: {
      title: 'Hello, sakura',
      motto: 'You got to put the past behind you before you can move on.',
      urls: [
        'https://wrxinyue-images.s3.bitiful.net/wallpaper/Genshin Impact - Yae Miko (4) Cybust PC.mp4',
        'https://wrxinyue-images.s3.bitiful.net/pc-wallpaper/wallhaven-yxwy7k.jpg'
      ],
      style: 'filter-dot',
    },
  },
})

styles 目录的 index.scss 文件,填入以下内容:

@use 'valaxy-theme-sakura/styles/themes/sakura/index.scss' as *;

Sakura 以轻量化为首要目的在默认配置中没有包含 Sakura 的样式,详情参见主题化

更新

随着版本不断迭代,我们建议您更新 valaxyvalaxy-theme-sakura 的版本,以确保主题和框架保持最新同步。未来或许会有更多有趣的功能等待您去发现

pnpm add valaxy@latest
pnpm add valaxy-theme-sakura@latest

集成插件

[!NOTE] 为了保持项目的轻量化,我们不会添加过多非必要依赖,可以自行安装所需插件,关于更多的插件可以访问 Valaxy 插件橱窗

| 插件 | 描述 | | ------------------------------------------------------------------------------------------------- | ---------------- | | valaxy-addon-hitokoto | 一言插件 | | valaxy-addon-vercount | 网站访问统计插件 | | valaxy-addon-waline | Waline 评论组件 |

贡献

我们欢迎任何人参与贡献。如果你有好的想法或建议,可以随时提出,详情请参见 CONTRIBUTING.md

其他

相关计划清单已迁移至 valaxy-theme-sakura projects

致谢

本项目很大程度上受到了以下令人敬畏的项目的启发

感谢 GitHub上的所有贡献者

License

[!IMPORTANT] valaxy-theme-sakura 并未抄袭任何 wordpress-theme-sakura 的源码。valaxy-theme-sakura 是根据 wordpress-theme-sakura 的样式进行模仿,并实现了主题化和组件设计

MIT License © 2024-PRESENT WRXinYue