<travis-ci>
nanoc/nanoc/release-3.7.x 82f9a88 Denis Defreyne: The build passed.
<travis-ci>
nanoc/nanoc/release-notes-for-3.7.5 7dfd432 Denis Defreyne: The build passed.
TobiasFar has joined #nanoc
VitamineD has quit [Quit: mi dormas]
FabianB_ has joined #nanoc
FabianB_ is now known as Guest97112
FabianB has quit [Ping timeout: 240 seconds]
Guest97112 has quit [Ping timeout: 260 seconds]
FabianB has joined #nanoc
acamilo has joined #nanoc
<acamilo>
hey, I'm a bit of a ruby noob and i'm looking into nanoc for a tutorials site. I would like to write helper functions that i can use in my ERB template to display lists of articles. The Docs give me info on how to write a helper function but (can i?/how do i?) iterate over the in memory representation of my sites data? Is there documentation on some sort of global lists of parsed data objects i can access?
<acamilo>
My idea was to write some function that iterates over the posts and sorts them into lists based on data in the front matter.
cDlm has joined #nanoc
<acamilo>
ok, i think i got it. i can just use @items