# myblog_hexo **Repository Path**: sean9468_admin/myblog_hexo ## Basic Information - **Project Name**: myblog_hexo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-08 - **Last Updated**: 2021-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README https://yfzhou.coding.me/2018/08/29/Hexo-Next搭建个人博客(SEO优化)/ 增加百度的地址提交 https://github.com/huiwang/hexo-baidu-url-submit 安装 npm install 项目config.xml 增加配置 ## 目录结构 node_modules: 依赖包 scaffolds:生成文章的一些模板 source:用来存放你的文章 themes:主题 ** _config.yml: 博客的配置文件** ## 首次配置 ``` 安装nodejs npm install hexo-cli rm -rf node_modules && npm install --force nohup hexo s -p 80 2>1 & ``` ## 生成文件 ``` hexo g ``` # next中配置修改 1. 数学公式支持