Welcome to mirror list, hosted at ThFree Co, Russian Federation.

RSS-Feed.md - github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34db6699a8b16f52227a0a0b6a2ecb9417355b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
RSS Feed is located at `http://your-site/index.xml`.
To customize the contents of RSS Feed, please edit `/index.rss.xml`

To add it to the sidebar:
Edit `config.toml`
```toml
[[menu.main]]
url = "/index.xml"
name = "RSS Feed"
weight = 4
```