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: c5a60e45152165c3f536414f9902a8fcf613edae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
```

**Notice: RSS Feed only generate the very lastest 10 posts.**
(You can edit `/index.rss.xml` by yourself to change this limit.)