Module Jekyll::Convertible
In: lib/jekyll/convertible.rb

Methods

Public Instance methods

Determine which converter to use based on this convertible‘s extension

Add any necessary layouts to this convertible document

  +layouts+ is a Hash of {"name" => "layout"}
  +site_payload+ is the site payload hash

Returns nothing

Determine the extension depending on content_type

Returns the extensions for the output file

Read the YAML frontmatter

  +base+ is the String path to the dir containing the file
  +name+ is the String filename of the file

Returns nothing

Return the contents as a string

Transform the contents based on the content type.

Returns nothing

[Validate]