# hexo **Repository Path**: purpleStars/hexo ## Basic Information - **Project Name**: hexo - **Description**: hexo博客备份目录 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-27 - **Last Updated**: 2021-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README hexo+yilia改良版博客 配置文件大部分在yilia主题目录下的_config.yml中 文章在source/_posts中 ``` npm install -g hexo //安装hexo npm install hexo-deployer-git --save //安装部署环境 npm install hexo-server --save //安装本地部署环境 hexo clean :清理 hexo g:generate(生成) hexo s:server(本地启动) hexo d:deploy(部署远端) ```