This commit is contained in:
parent
ab85f65044
commit
894e66a6de
3 changed files with 9 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,3 +18,4 @@ htmldocs/
|
||||||
*.vsix
|
*.vsix
|
||||||
|
|
||||||
rssmix
|
rssmix
|
||||||
|
configs
|
||||||
|
|
|
||||||
|
|
@ -20,3 +20,9 @@ timeFormat = "ddd',' dd MMM yyyy HH:mm:ss 'GMT'"
|
||||||
url = "https://github.com/project-zot/zot/releases.atom"
|
url = "https://github.com/project-zot/zot/releases.atom"
|
||||||
titlePrefix = "zot: "
|
titlePrefix = "zot: "
|
||||||
kind = "Atom"
|
kind = "Atom"
|
||||||
|
|
||||||
|
[[feeds]]
|
||||||
|
url = "https://code.forgejo.org/forgejo/runner/releases.rss"
|
||||||
|
kind = "RSSv2"
|
||||||
|
titlePrefix = "Forgejo runner: "
|
||||||
|
timeFormat = "ddd',' dd MMM yyyy HH:mm:ss '+0000'"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue