# hexo-choway-blog **Repository Path**: choway/hexo-choway-blog ## Basic Information - **Project Name**: hexo-choway-blog - **Description**: hexo 管理的个人博客 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hexo choway blog ## hexo 使用 ### 安装 hexo ``` npm install -g hexo-cli ``` ### 新建 ``` hexo new "post_name" ``` ### 生成 ``` hexo g ``` ### 部署 ``` hexo d ```