Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ All posts have a filename which is used as a key to identify the post.
- Used by: *rss* either this or description is required
- **:content** The post content
- Set by: *markdown*
- Used by: *atom-feed*
- **:description**
- Used by: *rss* either this or title is required
- **:slug**
Expand Down Expand Up @@ -72,3 +71,9 @@ All posts have a filename which is used as a key to identify the post.
- Set by: *markdown*
- **:ttr**
- Set by: *ttr*
- **:include-atom**
- Set by: *markdown*, true by default
- Used by: *atom-feed*
- **:include-rss**
- Set by: *markdown*, true by default
- Used by: *rss*