Skip to content

Commit

Permalink
Use .atom extension since we write an Atom feed (#359)
Browse files Browse the repository at this point in the history
Merge pull request 359
  • Loading branch information
parkr committed Jan 3, 2022
1 parent 9c27cf6 commit 9ceb458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -40,7 +40,7 @@ Do you already have an existing feed someplace other than `/feed.xml`, but are o

```yml
feed:
path: atom.xml
path: /blog/feed.atom
```

To note, you shouldn't have to do this unless you already have a feed you're using, and you can't or wish not to redirect existing subscribers.
Expand Down Expand Up @@ -178,7 +178,7 @@ By default, collection feeds will be outputted to `/feed/<COLLECTION>.xml`. If y
feed:
collections:
changes:
path: "/changes.xml"
path: "/changes.atom"
```

Finally, collections can also have category feeds which are outputted as `/feed/<COLLECTION>/<CATEGORY>.xml`. Specify categories like so:
Expand All @@ -187,7 +187,7 @@ Finally, collections can also have category feeds which are outputted as `/feed/
feed:
collections:
changes:
path: "/changes.xml"
path: "/changes.atom"
categories:
- news
- updates
Expand Down

0 comments on commit 9ceb458

Please sign in to comment.