zen-ipython

To install, run nikola theme -i zen-ipython

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.

Suggested Configuration:

NAVIGATION_LINKS = {
    DEFAULT_LANG: (
        ('/index.html', 'Home', 'fa fa-home'),
        ('/archive.html', 'Archives', 'fa fa-folder-open'),
        ('/categories/index.html', 'Tags', 'fa fa-tags'),
        ('/rss.xml', 'RSS', 'fa fa-rss'),
        ('https://getnikola.com', 'About me', 'fa fa-user'),
        ('https://twitter.com/getnikola', 'My Twitter', 'fa fa-twitter'),
        ('https://github.com/getnikola', 'My Github', 'fa fa-github'),
    )
}

Issues? Questions?

You can report issues with this theme and request help via GitHub Issues.

Related themes

Theme inheritance chain