Hello,

Nikola plugins can add custom parameters to the config file - e.g. Asciidoc
plugin has the following line:

binary = self.site.config.get('ASCIIDOC_BINARY', 'asciidoc')

which references ASCIIDOC_BINARY that can ber set in conf.py.

Now I wonder if there is possibility to do the same with themes, iow.

set something like:

PIWIK_ID = "foo"

PIWIK_URL = "bar"

and then have access to them within theme's templates?


Sincerely,
Gour

-- 
One who restrains his senses, keeping them under full control,
and fixes his consciousness upon Me, is known as a man of
steady intelligence.


-- 
You received this message because you are subscribed to the Google Groups 
"nikola-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to