cmd: support site & per-topic rss links

This commit is contained in:
thisLight 2021-08-30 15:27:23 +08:00
parent 428df548a9
commit 99827b58af
6 changed files with 116 additions and 14 deletions

View file

@ -14,4 +14,22 @@ my_mastodon: "https://mastodon.social/@thislight"
footer_links:
GitHub: "https://github.com/thislight"
GitLab: "https://gitlab.com/thislight"
GitLab: "https://gitlab.com/thislight"
Feed (Atom): "/atom.xml"
Feed (RSS): "/rss.xml"
site_rss:
atom: /atom.xml
rss: /rss.xml
topic_rss:
tag:
prefix: "/feeds/by-tag/"
atom_suffix: /atom.xml
rss_suffix: /rss.xml
name_lowercase: true
category:
prefix: /feeds/by-category/
atom_suffix: /atom.xml
rss_suffix: /rss.xml
name_lowercase: true