ʕ ꈍᴥꈍʔ Bear docs

RSS and Atom feeds

Each blog has an RSS and Atom feed for use in RSS readers.

Atom feed

https://<your-blog>.bearblog.dev/feed/

Eg: https://herman.bearblog.dev/feed/

RSS feed

https://<your-blog>.bearblog.dev/feed/?type=rss

Eg: https://herman.bearblog.dev/feed/?type=rss

Tag specific feeds

Feeds filtered by a tag can be accessed with the query parameter q

https://<your-blog>.bearblog.dev/feed?q=<tag-name>

Eg: http://herman.bearblog.dev/feed?q=writing

RSS alias

If you've migrated from a blogging platform with a different feed path, eg:

https://example.com/rss/index.xml

you'll want to create an alias in Settings > Advanced settings > RSS alias in your dashboard to redirect the old feed without breaking existing subscriptions.

In the above example the RSS Alias should be set to rss/index.xml