Skip to content

Commit

Permalink
Merge pull request #51 from terwer/dev
Browse files Browse the repository at this point in the history
chore: 重构项目结构-重构主题CSS结构
  • Loading branch information
terwer authored Mar 11, 2023
2 parents d535fee + 0e53451 commit 53602bf
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,26 @@ zhi 系列生态

```
├── README.md
├── apps
├── apps 应用根目录
│   ├── blog 博客根目录
│   │   ├── dist 博客预览入口
│   │   ├── app.vue 博客源码入口
│   │   ├── app.styl 主题styl源码入口
│   │   ├── app.vue 博客vue源码入口
│   │   ├── app.styl 博客styl源码入口
│   │   ├── .prettierrc.json 博客ts源码格式化配置
│   │   ├── .stylelintrc.json 博客styl样式格式化配置
│   └── theme 主题根目录
│   ├── theme.ts 主题ts源码入口
│   ├── theme.styl 主题styl源码入口
│   ├── .prettierrc.json 主题ts源码格式化配置
│   ├── .stylelintrc.json 主题styl样式格式化配置
├── styles 样式根目录
├── scripts 脚本根目录
├── theme.json 主题描述文件
├── theme.js 主题js文件,自动生成,请勿修改
├── theme.css 主题css文件,自动生成,请勿修改
├── .stylelintrc.json 全局样式格式化配置
├── .github Github-Actions-CI持续集成和release-please自动发版
├── docs 帮助文档
├── temp 博客和主题插件的临时压缩包
```

Expand All @@ -129,6 +137,8 @@ zhi 系列生态

- 发版本之后删除上一版

推荐使用 `IntelliJ IDEA` 或者 `vscode` 进行开发。

### 本地调试

1. 下载压缩包,解压到主题目录。主题目录在 <kbd>设置</kbd> - <kbd>外观</kbd> - <kbd>主题</kbd> - <kbd>打开主题文件夹</kbd>
Expand Down

0 comments on commit 53602bf

Please sign in to comment.