Module Nanoc::DataSources::Filesystem
In: lib/nanoc/data_sources/filesystem.rb

Provides functionality common across all filesystem data sources.

Methods

create_item   create_layout   down   items   layouts   setup   up   vcs  

Attributes

vcs  [W] 

Public Instance methods

The VCS that will be called when adding, deleting and moving files. If no VCS has been set, or if the VCS has been set to `nil`, a dummy VCS will be returned.

@return [Nanoc::Extra::VCS, nil] The VCS that will be used.

[Validate]