Method: Plate::Builder#source

Defined in:
lib/plate/builder.rb

#sourceString

Returns The source directory path where the site’s content is loaded from.

Returns:

  • (String)

    The source directory path where the site’s content is loaded from.



28
29
30
# File 'lib/plate/builder.rb', line 28

def source
  @source
end