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

Block or report yoniu

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 3 1

  4. ibloger-backend ibloger-backend Public

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

    TypeScript