Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.mkd
  • Loading branch information
mythmon committed May 4, 2011
1 parent 16a33a1 commit 9624962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.mkd
Expand Up @@ -23,9 +23,9 @@ Features
- Configuration file (YAML).
- Hierarchical Pages.
- Copy site resources (images, CSS, etc) to the output directory automatically.
- Access to the page hierarchy from templates.

### Planned features
- Access to the page hierarchy from templates.
- Self-serving test server.
- Only regenerate pages that need it.

Expand Down Expand Up @@ -81,13 +81,13 @@ These variables are guranteed to exist, but may be empty or `None`.
- `page.author.email`
- `page.datetime`
- `page.category`
- `page.subpages` - For index pages. All pages that are an immediate subpage of this page.
- `site;
- `site.title`
- `datetime` - The time the site was last generated.

### Planned
- `page`
- `subpages` - For index pages. All pages that are an immediate subpage of this page.
- ???

Additionally, any variables defined in the metadata of each page that are not recognized will be
passed unprocessed to the template engine.
Expand Down

0 comments on commit 9624962

Please sign in to comment.