# MyBlog **Repository Path**: mazd/my-blog ## Basic Information - **Project Name**: MyBlog - **Description**: hexo 博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-26 - **Last Updated**: 2023-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyBlog #### 介绍 hexo 博客 #### 软件架构 软件架构说明 #### 安装教程 1. 拉取代码 ```shell git clone git@gitee.com:mazd/my-blog.git ``` 2. 安装 hexo ```shell npm install -g hexo-cli ``` 3. 下载依赖 ```shell npm install ``` 4. 运行 ```shell hexo c | hexo s ``` 5. 部署 ```shell hexo c | hexo g | hexo d ``` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request