Skip to content

Commit

Permalink
Updating the documentation for Site#transform_pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDanger committed Dec 10, 2008
1 parent f5c727f commit 3840380
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/jekyll/site.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ def write_posts
end
end

# Recursively transform and write all non-post pages to <dest>/
# +dir+ is the String path part representing the path from
# <source> to the currently processing dir (default '')
# Copy all regular files from <source> to <dest>/ ignoring
# any files/directories that are hidden (start with ".") or contain
# site content (start with "_")
# The +dir+ String is a relative path used to call this method
# recursively as it descends through directories
#
# Returns nothing
def transform_pages(dir = '')
Expand Down

0 comments on commit 3840380

Please sign in to comment.