Skip to content

Commit

Permalink
update documentation: remove Site.TRANSFORM
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Schiekel committed Apr 3, 2009
1 parent c88aa06 commit 8efbe02
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.markdown
Expand Up @@ -73,8 +73,7 @@ a `.` or a `_`. (this can be changed via `Site.IGNORE`, see


all files ending with `_` or an transformer extension (`Config.transformers`) all files ending with `_` or an transformer extension (`Config.transformers`)
are processed as **pages**. in that cases, the ending will be striped from are processed as **pages**. in that cases, the ending will be striped from
the filename. (this can be changed via `Site.TRANSFORM`, see the filename.
[extending growl](#extending_growl))


some directories begining with an `_` are special to growl: some directories begining with an `_` are special to growl:


Expand Down Expand Up @@ -208,16 +207,6 @@ growl to ignore all files begining with `.`, `_` and `foo`.






### change which files will be transformed on site generation

growl decides to transform files based on the end of the filename. per
default, only files ending with an '_' are transformed. so modify
`Site.TRANSFORM` in a hook to change this behaviour.

Site.TRANSFORM += ('.xhtml', '.markdown2')



### define global template context content ### define global template context content


simply add your content to `Site.CONTEXT` like these examples: simply add your content to `Site.CONTEXT` like these examples:
Expand Down

0 comments on commit 8efbe02

Please sign in to comment.