Add Sections Filter - aadlani/nanoc-toolbox GitHub Wiki
http://rubydoc.info/github/aadlani/nanoc-toolbox/Nanoc/Toolbox/Filters/AddSections
Usage
In the  Rules file, add the filter call in the right compile section as following:
compile '/posts/*/' do
  # ...
  filter :add_sections
  # ...
end