# will.bowxeon.com **Repository Path**: bxwill/will.bowxeon.com ## Basic Information - **Project Name**: will.bowxeon.com - **Description**: 个人博客 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-11 - **Last Updated**: 2024-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 个人博客 - 撩保星球 - Assurance Sphere > https://will.bowxeon.com ![Logo](assets/img/wechat_oa.png) --- ## 关于构建与部署的说明 ### 用 **Gitee Pages** 服务部署总是提示 ```text 部署失败 错误信息: 可能包含违禁违规内容,请排查调整后再行重试。 ``` ### 改用 Gitee Pages + 云机器 Docker 混合模式 --- ## 如何拆分 ### Assets 静态文件 通过 `Gitee Pages` + `_config.yml` 部署 `assets` 目录 ### HTML 页面 通过 `Dockerfile` 构建镜像,在服务器部署容器服务 > 服务器只需要承载小文件,节约服务器使用流量 ---- ## 常用文件目录 目标目录 | 路径 ----|---- 作者 | [author/will/index.md](./author/will/index.md) 静态文件 | [assets](./assets) 文章配图 | [assets/posts](./assets/posts) DevOps | [devops/_posts](./devops/_posts) 健康 | [health](./health) 质量保障 | [sqa/_posts](./sqa/_posts) 随笔 | [essay/_posts](./essay/_posts)