# hexo-starter **Repository Path**: jiabintd/hexo-starter ## Basic Information - **Project Name**: hexo-starter - **Description**: git clone https://gitee.com/jiabintd/hexo-starter.git blog cd blog git submodule init git submodule update npm config set registry http://registry.npm.taobao.org npm i - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-04 - **Last Updated**: 2021-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hexo-starter #### 介绍 安装并且命名 ``` git clone https://gitee.com/jiabintd/hexo-starter.git jiabin ``` 进入目录 ``` cd jiabin ``` npm安装 ``` npm install # cnpm install ```