# typecho2hexo **Repository Path**: lxl520/typecho2hexo ## Basic Information - **Project Name**: typecho2hexo - **Description**: 转换typecho数据为hexo格式的md文件,支持附件(图片)下载,附件(图片)上传到七牛 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2016-10-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: networklib **Tags**: None ## README # TypechoToHexo 一键转换typecho为hexo格式的md文件,支持,附件转存下载,自动转存到七牛 ## 安装 ``` git clone composer install ``` ## 运行 1. 将config.example.php改为config.php 2. php index.php ## 感谢 参考了[typecho2Hexo](https://github.com/NewbMiao/typecho2Hexo)项目的代码