Skip to content
View yoniu's full-sized avatar
🐵
learning
🐵
learning

Block or report yoniu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yoniu/README.md

Yoniu

网站

博客技术栈

  • 11ty
  • React
  • UnoCSS
  • Node

项目脚本

开发

# 11ty
pnpm dev
# UnoCSS
pnpm dev:css

变量

// ./env.config.js

// 阿里云 oss
export const alioss = {
  accessKeyId: "",
  accessKeySecret: '',
  region: '',
  authorizationV4: true,
  bucket: '',
  endpoint: '',
  folder: '', // 上传到指定文件夹
  domain: '' // 外网访问域名
}

// AI 功能配置
export const ai = {
  apiKey: '',
  baseURL: 'https://api.deepseek.com',
  model: "deepseek-chat",
}

创建文章

pnpm new

AI 文章总结

pnpm ai:summary 文章ID

Pinned Loading

  1. yoniu yoniu Public

    CSS

  2. A-Lin A-Lin Public

    原创typecho主题 http://www.200011.net

    JavaScript 53 10

  3. homepage homepage Public

    一个用于发布日常瞬间的微博系统,随时随地掌握瞬间。

    TypeScript 2 1

  4. ibloger-backend ibloger-backend Public

    一个由 Trae Builder 辅助完成的个人博客后端

    TypeScript