# hexoblog **Repository Path**: zhengpj/hexoblog ## Basic Information - **Project Name**: hexoblog - **Description**: 使用hexo搭建博客,并部署到gitee仓库 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-08 - **Last Updated**: 2022-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hexoblog ## 介绍 使用hexo搭建博客,并部署到gitee仓库 ## Hexo 基本操作 ### 新建博客文章 ``` bash hexo new "My New Post" # hexo n "My New Post" ``` ### 发布静态文件 ``` bash hexo generate # hexo g ``` ### 推送到 Gitee 仓库 ``` bash hexo deploy # hexo d ```