Feed
The [feed] table is used to define assets for feed generation; see feeds for more information.
Feed tables require an identifier so use the [feed.posts] notation which creates feed settings using a posts identifier.
targetPath relative tositeto write generated feeds (required)includesList of glob patterns of pages to include in the feed (required)excludesList of glob patterns of pages to exclude from the feed (optional)titleTitle for the feed (optional)descriptionDescription of the feed (optional)faviconPath to a favicon for the feed (optional)limitMaximum number of items in a feed (optional, default100)pluginPlugin name containing the feed templates (optional, defaultstd::feed)alternateList of glob patterns for build files that should link to the generated feeds (optional)
When both includes and excludes glob patterns are given the excludes take precedence.