www.duckland.org/themes/zen-ipython
2015-06-09 22:50:31 -05:00
..
assets initial commit to seperate repo 2015-06-09 22:50:31 -05:00
templates initial commit to seperate repo 2015-06-09 22:50:31 -05:00
AUTHORS.txt initial commit to seperate repo 2015-06-09 22:50:31 -05:00
bundles initial commit to seperate repo 2015-06-09 22:50:31 -05:00
conf.py.sample initial commit to seperate repo 2015-06-09 22:50:31 -05:00
engine initial commit to seperate repo 2015-06-09 22:50:31 -05:00
parent initial commit to seperate repo 2015-06-09 22:50:31 -05:00
README.md initial commit to seperate repo 2015-06-09 22:50:31 -05:00

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.