Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaoxfly/yaoxfly.io
个人网站 | yaoxfly.github.io
https://github.com/yaoxfly/yaoxfly.io
Last synced: 6 days ago
JSON representation
个人网站 | yaoxfly.github.io
- Host: GitHub
- URL: https://github.com/yaoxfly/yaoxfly.io
- Owner: yaoxfly
- License: mit
- Created: 2023-03-21T09:07:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T09:06:10.000Z (about 2 months ago)
- Last Synced: 2024-11-08T09:28:18.043Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://yaoxfly.github.io/
- Size: 375 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-CN.md
- License: LICENSE
Awesome Lists containing this project
README
[English](README.md) | [中文](README-CN.md)
## 简介
基于vitepress的个人网站,记录自己的奇思妙想。## 使用
运行
```js
pnpm run dev
```打包
```js
pnpm run build
```预览
```js
pnpm run serve
or
pnpm run preview // 当前命令会先执行pnpm run build 再执行 pnpm run serve
```> 打包后才能执行预览操作
## 主页
[yaoxfly.github.io](https://yaoxfly.github.io)## 扩展
[vitepress-template](https://github.com/yaoxfly/vitepress-template) 基于vitepress,集成了ts,以及其他简单的配置、自定义主题等,开箱即用