Class | Jekyll::Page |
In: |
lib/jekyll/page.rb
|
Parent: | Object |
basename | [RW] | |
content | [RW] | |
data | [RW] | |
dir | [W] | |
ext | [RW] | |
name | [RW] | |
output | [RW] | |
pager | [RW] | |
site | [RW] |
Obtain destination path.
dest - The String path to the destination dir.
Returns the destination file path String.
The generated directory into which the page will be placed upon generation. This is derived from the permalink or, if permalink is absent, we be ’/’
Returns the String destination directory.
The full path and filename of the post. Defined in the YAML of the post body.
Returns the String permalink or nil if none has been set.
Extract information from the page filename.
name - The String filename of the page file.
Returns nothing.
Write the generated page file to the destination directory.
dest - The String path to the destination dir.
Returns nothing.