# blog **Repository Path**: peerless_hero/blog ## Basic Information - **Project Name**: blog - **Description**: Hexo搭配next主题搭建的博客项目,主要用于以博客的形式介绍项目情况。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-23 - **Last Updated**: 2024-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 博客网站 欢迎访问我用Hexo搭配next主题搭建的博客项目。本项目主要用于以博客的形式介绍项目情况。 具体内容请参阅source文件夹内的.md文件。 ## 快速开始 ### 创建一篇文章 ``` bash hexo new "My New Post" ``` 更多信息: [写作](https://hexo.io/zh-cn/docs/writing) ### 运行服务 ``` bash hexo server ``` 更多信息: [Server](https://hexo.io/docs/server.html) ### 生成静态文件 ``` bash hexo generate ``` 更多信息: [生成文件](https://hexo.io/zh-cn/docs/generating) ### 部署 ``` bash hexo deploy ``` 更多信息: [部署](https://hexo.io/zh-cn/docs/one-command-deployment)