Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpuwolf/md2ghost
convert Hexo Markdown blog to Ghost blog
https://github.com/cpuwolf/md2ghost
ghost ghost-blog hexo hexo-blog
Last synced: about 1 month ago
JSON representation
convert Hexo Markdown blog to Ghost blog
- Host: GitHub
- URL: https://github.com/cpuwolf/md2ghost
- Owner: cpuwolf
- Created: 2022-07-03T01:24:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T01:36:10.000Z (over 2 years ago)
- Last Synced: 2023-08-07T10:15:43.466Z (over 1 year ago)
- Topics: ghost, ghost-blog, hexo, hexo-blog
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# md2ghost
convert Hexo Markdown blog to Ghost blog
https://hexo.io/
https://ghost.org/
create '.config' file in root folder
```
{
"base_url": "https://xxx.com/blog/",
"admin_key": "xxx:xxxx"
}
```