Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xkyong/blogs
a personal blog for marking something deserve marking.
https://github.com/xkyong/blogs
giscus shiki vitepress
Last synced: 3 months ago
JSON representation
a personal blog for marking something deserve marking.
- Host: GitHub
- URL: https://github.com/xkyong/blogs
- Owner: xkyong
- Created: 2024-08-18T04:05:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T01:52:38.000Z (4 months ago)
- Last Synced: 2024-09-27T12:22:34.837Z (3 months ago)
- Topics: giscus, shiki, vitepress
- Homepage: https://xkyong.github.io/blogs/
- Size: 45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 壹小楷的博客
基于 [vitepress](https://vitepress.dev/) 搭建而成!
## 工程脚本
```bash
# 依赖安装
$ pnpm install
# 开发模式启动
$ pnpm docs:dev
# 构建成果
$ pnpm docs:build
# 预览构建成果
$ pnpm docs:preview
```## GitHub Actions
当 push 到 GitHub 仓库 `main` 分支时,GitHub Actions 会自动触发,然后在 GitHub 服务器上自动构建并部署。