Hacker News new | ask | show | jobs
by hemanta212 2524 days ago
> 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.

1. https://nipunbatra.github.io/blog/2017/Jupyter-powered-blog....