Skip to content
View C26H52's full-sized avatar

Highlights

  • Pro

Block or report C26H52

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
C26H52/README.md

English | 中文

C26H52的个人空间

📝 C26H52的开发、安全、DL笔记本(也许会有一些随笔?)

特别鸣谢:Charles7c,本博客改编自https://github.com/Charles7c/charles7c.github.io

如何部署一个自己的博客(以vercel为例)

# 1.克隆本仓库
git clone https://github.com/C26H52/C26H52.git
# 2.安装 PNPM
npm install pnpm -g
# 3.设置淘宝镜像源
pnpm config set registry https://registry.npmmirror.com/
# 4.安装依赖
pnpm install
# 5.dev 运行,访问:http://localhost:5173
pnpm dev

vercel配置

  1. 在vercel的dashboard中选择Add New->Project,在Import Git Repository中导入自己博客的仓库
  2. 找到Output Directory,改为docs/.vitepress/dist image.png
  3. 点击deploy,等待vercel将博客部署到vercel服务上

Popular repositories Loading

  1. generative-ai-for-beginners generative-ai-for-beginners Public

    Forked from microsoft/generative-ai-for-beginners

    18 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/

    Jupyter Notebook 1

  2. C26H52.github.io C26H52.github.io Public

    JavaScript

  3. watchlist watchlist Public

  4. Hobby Hobby Public

    My hobby project learning from everywhere in the Internet.

    HTML

  5. C26H52 C26H52 Public

    JavaScript

  6. the-way-to-go_ZH_CN the-way-to-go_ZH_CN Public

    Forked from unknwon/the-way-to-go_ZH_CN

    《The Way to Go》中文译本,中文正式名《Go 入门指南》

    Go