alzkdpf / boostnoteToHexo

export Boostnote md files to Hexo markdown file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# boostnote to hexo blog markdown 

* use 

- install

```
pip3 install virtualenv
python3 -m virtualenv venv
virtualenv venv --python=python3.5
```
- execution

```
source ./venv/bin/active
python make~.py [category name]
```

# And

just copy fix~.md to your hexo folder

About

export Boostnote md files to Hexo markdown file


Languages

Language:Python 94.0%Language:Shell 6.0%