https://github.com/mohuishou/typecho2hexo
转换typecho数据为hexo格式的md文件,支持附件(图片)下载,附件(图片)上传到七牛
https://github.com/mohuishou/typecho2hexo
php typecho typecho-hexo-md
Last synced: about 2 months ago
JSON representation
转换typecho数据为hexo格式的md文件,支持附件(图片)下载,附件(图片)上传到七牛
- Host: GitHub
- URL: https://github.com/mohuishou/typecho2hexo
- Owner: mohuishou
- Created: 2016-10-13T12:10:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T06:45:36.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T11:34:38.542Z (8 months ago)
- Topics: php, typecho, typecho-hexo-md
- Language: PHP
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
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)项目的代码