Cool, but I would rather use a better supported static site generator with an ipynb plugin (ie, https://github.com/danielfrg/pelican-ipynb) than a tool just for notebooks.
Especially because this looks like an nbconvert workflow under the hood.
> Especially because this looks like an nbconvert workflow under the hood.
It is, however I convert it to the most basic html and add custom css and js to it. So that I can change it to whatever I want. I don't see any problem with that maybe you could point some out.
I didn't go with pelican(or any static gen) because the build times will be much slow later on as blogs increase [1] as this guy faced.
I like to configure a lot of things manually and don't want the burden of static gen if that make sense to you. I just needed a converter.
Especially because this looks like an nbconvert workflow under the hood.