docs(v2): Add section to blog document about feed location (#1976)

* Add section in blog doc about feed location

* fix fenced code type
This commit is contained in:
Vincent van der Walt 2019-11-13 06:10:20 +00:00 committed by Endi
parent 64d2ec2c77
commit 245b50f6e0

View file

@ -110,6 +110,20 @@ module.exports = {
};
```
Accessing the feed:
The feed for RSS can be found at
```text
https://{your-domain}/blog/rss.xml
```
and for atom
```text
https://{your-domain}/blog/atom.xml
```
## Advanced topics
### Blog-only mode