Update docs for static-pages branch.
This commit is contained in:
parent
6a2e35b125
commit
98be18c1f8
1 changed files with 4 additions and 2 deletions
|
@ -194,8 +194,10 @@ Many users have requested a content type PAGE, for static pages. It
|
|||
should be a pretty straightforward subclass of CONTENT with the
|
||||
necessary methods: `render`, `page-url` and `publish`. It could have a
|
||||
`url` slot with `page-url` as a reader to allow arbitrary layout on
|
||||
the site. The big question is how to handle templating and how
|
||||
indexes or other content should link to it.
|
||||
the site. For now, we can be sloppy and reuse the post template and
|
||||
limit static-pages to being written in markdown. If we want to support
|
||||
other formats, consider moving the format slot from POST to CONTENT.
|
||||
This has been implemented on the branch `static-pages`.
|
||||
|
||||
### New Content Type: Shouts!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue