cd $(bundle info --path minima)
cd _scripts && python nb2post.py
- Export markdown from notion
- copy notion/blog-name directory to images/
- Fix relative image paths
cat notion/blog-name.md| sed '/\!\[.*\]/s/(\(.*\))/(\/images\/\1)/g' > _posts/xxxx-xx-xx-blog-name.md
- edit blog markdown to add front matter, fix minor issues etc.