configs -> configs-examples
All checks were successful
/ build (push) Successful in 1m52s

This commit is contained in:
mr-boneman 2024-11-05 11:13:31 +01:00
parent ab85f65044
commit 894e66a6de
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View file

@ -18,3 +18,4 @@ htmldocs/
*.vsix
rssmix
configs

View file

@ -20,3 +20,9 @@ timeFormat = "ddd',' dd MMM yyyy HH:mm:ss 'GMT'"
url = "https://github.com/project-zot/zot/releases.atom"
titlePrefix = "zot: "
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'"