- Notifications
You must be signed in to change notification settings - Fork0
zsdycs/lipk.org-vitepress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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📁。
- 下载安装符合版本的node v20.11.0。
- 运行
npm install pnpm -g
安装 pnpm
命令行使用如下命令测试安装是否就绪:
node --version# v20.11.0
- 安装依赖软件
命令行:
pnpm install
- 运行
命令行:
npm run dev
以上项目的组织及所有者,为本项目的实现提供的支持。
About
李鹏坤的个人网站 lipk.org 源代码
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.