Class | Jekyll::Site |
In: |
lib/jekyll/site.rb
|
Parent: | Object |
categories | [RW] | |
config | [RW] | |
converters | [RW] | |
dest | [RW] | |
exclude | [RW] | |
future | [RW] | |
generators | [RW] | |
layouts | [RW] | |
lsi | [RW] | |
pages | [RW] | |
permalink_style | [RW] | |
plugins | [RW] | |
posts | [RW] | |
pygments | [RW] | |
safe | [RW] | |
source | [RW] | |
static_files | [RW] | |
tags | [RW] | |
time | [RW] |
Filter out any files/directories that are hidden or backup files (start with "." or "#" or end with "~"), or contain site content (start with "_"), or are excluded in the site configuration, unless they are web server files such as ’.htaccess‘
Reads the directories and finds posts, pages and static files that will become part of the valid site according to the rules in filter_entries.
The +dir+ String is a relative path used to call this method recursively as it descends through directories
Returns nothing
The Hash payload containing site-wide data
Returns {"site" => {"time" => <Time>,
"posts" => [<Post>], "pages" => [<Page>], "categories" => [<Post>]}