Sets the path to the generated Atom file. The default behavior is to generate a RSS feed with
a path of "feed.atom".
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithAtomPath(in NormalizedPath atomPath)
Parameters
| Name | Type | Description |
|---|---|---|
| atomPath | NormalizedPath | The Atom path. If the value is null no Atom file will be generated. |
Return Value
| Type | Description |
|---|---|
| GenerateFeeds | The current module instance. |