# BlogHelper **Repository Path**: imdl/BlogHelper ## Basic Information - **Project Name**: BlogHelper - **Description**: 为托管在github上的静态博客添加网页版内容编辑器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-04 - **Last Updated**: 2024-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Hexo, blog, Vue ## README
--- # BlogHelper - 为hexo博客设计的一个辅助工具。 - 假如你的hexo博客源码是托管在github上的,那么就可以使用本项目。 - 可在本项目中编写博客文章,然后通过本项目上传到github,结合其他自动部署平台或工具,自动更新博客内容。 ## 使用方法 - 安装依赖 ``` npm install ``` - 运行 ``` npm run dev ``` ## 说明 - **本项目中使用的github账号相关内容存储在localstorage中,所以在清除浏览器缓存或其他有可能导致localstorage丢失的情况下,你的账号信息将会丢失,请自行备份。** ## 项目进度 | 时间 | 进度 | |-----------|------------------------------| | 2024.1.22 | 能够实现读取github上的文件,并进行编辑上传等功能。 | |2024.1.29|增加自定义添加front-matter的功能和导入/导出设置的功能。 | ## 其他 - 持续更新中...