I'm building a site with nanoc and cannot find out how to use a global variable that could be incremented on the compilation of each page. The idea behind this is to get the list of all tags (incrementing the appearance number each time a tag is seen). I though that declaring the variable in lib/helper.rb would do the trick, but it's not working that way.

Any idea ? Thanks a lot,

Luc

ps: btw, that could be nice to have a nanoc tag

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Ok, in fact, I just had to declare $my_var in lib/helpers.rb. This var is then accessible in all pages during compilation. Luc

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.