Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

李鹏坤的个人网站 lipk.org 源代码

NotificationsYou must be signed in to change notification settings

zsdycs/lipk.org-vitepress

Repository files navigation

lipk.org-test│├─ .github             # GitHub 配置文件夹│     └─ ......├─ .gitignore          # Git 忽略配置文件├─ package.json        # 项目包文件├─ pnpm-lock.yaml      # pnpm 依赖 lock 文件├─ .vitepress          # 站点 vitepress 文件夹│    ├─ config.ts      # vitepress 配置文件│    ├─ shim.d.ts      # 工作区 TypeScript 类型声明文件│    ├─ theme.d.ts     # 主题 TypeScript 类型声明文件│    ├─ tsconfig.json  # TypeScript 工作区配置文件│    └─ theme          # vitepress 主题文件夹│         └─ ......├─ .vscode             # 工作区 vs Code 配置文件夹│    └─ ......├─ make-font           # 字体生成模块,生成每个页面首次加载时的最小字体文件│    └─ ......├─ make-routes         # 路由生成模块,vitepress 居然没有站点的路由数据│    └─ ......├─ make-version        # 版本信息生成模块,页面 Footer 显示本项目的最后更新时间│    └─ ......└─ site                # 站点文件夹     ├─ index.md       # 首页     ├─ about.md       # 关于     ├─ food.md        # 菜谱     ├─ resume.md      # 简历     ├─ blog           # 博客文件夹     │    └─ ......     ├─ components     # 页面组件文件夹     │    └─ ......     └─ public         # 站点静态资源文件夹          └─ ......

以上目录结构生成来自Dir Tree Noter📁。

代码运行

  1. 下载安装符合版本的node v20.11.0
  2. 运行npm install pnpm -g 安装 pnpm

命令行使用如下命令测试安装是否就绪:

node --version# v20.11.0
  1. 安装依赖软件

命令行:

pnpm install
  1. 运行

命令行:

npm run dev

鸣谢

  1. GitHub🏆。
  2. Yihui Xie❤。
  3. Utterances🔮。

以上项目的组织及所有者,为本项目的实现提供的支持。

About

李鹏坤的个人网站 lipk.org 源代码

Topics

Resources

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp