plugins
plugins copied to clipboard
A plugin to hide the input cells
Isn't this the same as adding that CSS in conf.py?
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.