| Class | Jekyll::Page |
| In: |
lib/jekyll/page.rb
|
| Parent: | Object |
| basename | [RW] | |
| content | [RW] | |
| data | [RW] | |
| ext | [RW] | |
| name | [RW] | |
| output | [RW] | |
| site | [RW] |
The full path and filename of the post. Defined in the YAML of the post body (Optional)
Returns <String>
Extract information from the page filename
+name+ is the String filename of the page file
Returns nothing
Add any necessary layouts to this post
+layouts+ is a Hash of {"name" => "layout"}
+site_payload+ is the site payload hash
Returns nothing