# yanwuhc-blog **Repository Path**: yanwuhc/blog ## Basic Information - **Project Name**: yanwuhc-blog - **Description**: 个人博客源码,主页发布在yanwuhc.github.io中。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-31 - **Last Updated**: 2024-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 配置文件 _config.yml ## Butterfly主题配置文件 _config.butterfly.yml ## 项目相关脚本 package.json + `npm run clean` - 清理缓存(删除public文件),最好在写完文章之后执行一下 + `npm run build` - 生成public静态文件 + `npm run serve` - 启动hexo服务 + `npm run deploy` - 部署到github上面