An open API service indexing awesome lists of open source software.

https://github.com/rmlzy/quiver2hexo

Migrate quiver.qvnotebook to Hexo post.
https://github.com/rmlzy/quiver2hexo

hexo quiver

Last synced: about 2 months ago
JSON representation

Migrate quiver.qvnotebook to Hexo post.

Awesome Lists containing this project

README

        

Write in Quiver, deploy to Hexo blog.

## How to use

```bash
pip3 install html2text progress

# Step 1: specify your quiver notebook path at quiver2hexo.py#10
# Step 2: specify your Hexo source path at quiver2hexo.py#12
# Step 3: run quiver2hexo.py
python3 quiver2hexo.py
```

Output:

```
➜ quiver2hexo (master) ✗ python3 quiver2hexo.py
Migration start Quiver2Hexo...

Processing: |################ | 1/2

Migration success! 👌
```

## Preview

[Live Demo](https://rmlzy.github.io/)

![](./assets/preview1.png)

![](./assets/preview2.png)