This is probably the first thing anyone will do and so there isn't any
pre-existing PLUGIN_PATHS or PLUGINS variable that could be added to.
'/static/m-dark.css']
M_THEME_COLOR = '#22272e'
- PLUGIN_PATHS += ['m.css/pelican-plugins']
- PLUGINS += ['m.htmlsanity']
+ PLUGIN_PATHS = ['m.css/pelican-plugins']
+ PLUGINS = ['m.htmlsanity']
Here you can take advantage of the ``pelicanconf.py`` and ``publishconf.py``
distinction --- use ``m-dark.css`` for local development and override the