Default theme location
cd $(bundle info --path minima)
Convert notebook to html:
cd _scripts && python nb2post.py
Import from notion
- 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.