# blog_source **Repository Path**: imzdong/blog_source ## Basic Information - **Project Name**: blog_source - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-10 - **Last Updated**: 2021-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 环境准备 * 1、node * 2、git * 3、安装Hexo:npm install -g hexo-cli > 上面安装可参考:[hexo官网](https://hexo.io/zh-cn/docs/) #### 下载本博客源码 > git clone https://gitee.com/imzdong/blog_source.git > cd blog_source > npm install (初始化项目依赖) #### 博客常用命令 * 新建文章:hexo new "title" (2019-xx-xx-Think_In_Java) * 创建分类页:hexo new page 分类名称 * 本地启动:hexo s * 需要提前一系列配置,发布GitHub Pages:hexo g -d或者hexo d -g 部署发布的时候错误的话,大概率是node版本的问题,node(12)是ok的 * hexo clean git clone https://github.com/litten/hexo-theme-yilia.git themes/yilia