getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
57 stars 93 forks source link

A plugin to hide the input cells #298

Open SuryaSankar opened 5 years ago

ralsina commented 5 years ago

Isn't this the same as adding that CSS in conf.py?

SuryaSankar commented 5 years ago

I wasn't aware that there was a method to add CSS in conf.py. The documentation indicated that the way to insert css snippets common across all themes was to use site.template_hoooks['extra_head']. So tried this approach, so that the same will work on all themes.

I am trying to create multiple sites using Nikola. Will be nice if I can just enable this functionality using nikola plugin -i hide_input_cells instead of having to edit a file in every project.