Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is the zen theme with Jupyter (IPython Notebook) support built-in. For a Bootstrap 3-based theme, check out the built-in bootstrap3 theme family — IPython support is built into them.

The zen and zen-based themes are very customizable, so to make these themes work, you have to use this conf.py, obviously with your custom changes ;-)

More info about the zen themes family here.

Enjoy!

Damián

WARNING: The zen themes are LESS-powered (not less... because it is more-powered ;-)) If you use webassests (USE_BUNDLES = True in your conf.py), the theme will use compiled css files, so don't worry at all... But, if you want to build the css files from the zen LESS files, you have to use USE_BUNDLES = False, and have installed the lessc (official LESS compiler). Additionaly, you have a LESS plugin available in the Nikola plugins repo to automatically build the LESS files inside nikola build command. You can easily install it just doing: nikola plugin -i less.