fix docker

This commit is contained in:
2024-08-01 09:30:49 +08:00
parent 167f6afe6a
commit a03118ad68
38 changed files with 969 additions and 1941 deletions

View File

@@ -1,5 +1,15 @@
### anzhiyu主题
**启动**
## 1. anzhiyu主题
**dev server 启动**
```shell
hexo cl && hexo g && hexo s
```
```
## 2. butterfly 主题
**dev server 启动**
```shell
hexo server
```
**重新构建**
```shell
npm run build
```