https://github.com/chyroc/blog
个人博客
https://github.com/chyroc/blog
Last synced: 3 days ago
JSON representation
个人博客
- Host: GitHub
- URL: https://github.com/chyroc/blog
- Owner: chyroc
- Created: 2018-06-01T12:31:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T01:37:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T08:23:27.228Z (11 months ago)
- Language: Makefile
- Homepage: https://blog.chyroc.cn
- Size: 1.61 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 博客 | chyroc
see [https://blog.chyroc.cn](https://blog.chyroc.cn)

## 开发
- 安装工具
```shell
brew install chyroc/tap/serve
brew install chyroc/tap/mdcat
```
- 编译
```shell
make
```
- 本地预览
```shell
serve docs
```
- 部署
将 `make` 命令生成的文件提交到远程仓库即可