Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 服务器上自动构建并部署。