chore: add rss generation to samples

This commit is contained in:
2024-08-30 15:45:55 +03:00
parent 303f9ff03c
commit 242f3d4d34
3 changed files with 32 additions and 5 deletions

View File

@ -1,6 +1,12 @@
[report]
target = html
target = html rss
[html]
path = ${repository:root}/repository/ahriman-demo/x86_64/index.html
link_path = http://localhost:8080/repo/ahriman-demo/x86_64
rss_url = ${html:link_path}/rss.xml
[rss]
link_path = ${html:link_path}
path = ${repository:root}/repository/ahriman-demo/x86_64/rss.xml
rss_url = ${html:link_path}/rss.xml