I would like to access the data file that I have in the _data folder and use it in the plugin generator, but I'm not sure how to do this. I have:
site.data.projects.each do |project| ... end
But when I try to compile, it tells me "<9090" "projects" for Hash (...) NoMethodError. What is the correct syntax?
plugins jekyll
user3439627
source share