danielfrg / pelican-jupyter

Pelican plugin for blogging with Jupyter/IPython Notebooks
Apache License 2.0
422 stars 105 forks source link

Increase width in pelican post #99

Closed danielhanbitlee closed 6 years ago

danielhanbitlee commented 6 years ago

Hi,

I want to increase the width of the post generated by pelican. I see that I can go into main.css and increase the pixel from 800px to a higher pixel value (e.g. 1000px). My trouble is that every time I rebuild the page, main.css is reset to default values. Is there an easy way to permanently set the pixel value from 800px to 1000px? For your reference, my blog post is here.

danielhanbitlee commented 6 years ago

I figured it out.