Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Created October 23, 2013 20:55
Show Gist options
  • Save denisdefreyne/7126589 to your computer and use it in GitHub Desktop.
Save denisdefreyne/7126589 to your computer and use it in GitHub Desktop.
# encoding: utf-8
class FilesystemWithRelocatedContent < Nanoc::DataSources::FilesystemUnified
identifier :filesystem_with_relocated_content
def items
load_objects('../content', 'item', Nanoc::Item)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment