Class Jekyll::Layout
In: lib/jekyll/layout.rb
Parent: Object

Methods

new   process  

Included Modules

Convertible

Attributes

content  [RW] 
data  [RW] 
ext  [RW] 
site  [RW] 

Public Class methods

Initialize a new Layout.

  +site+ is the Site
  +base+ is the String path to the <source>
  +name+ is the String filename of the post file

Returns <Page>

Public Instance methods

Extract information from the layout filename

  +name+ is the String filename of the layout file

Returns nothing

[Validate]