cmd: support site & per-topic rss links
This commit is contained in:
parent
428df548a9
commit
99827b58af
6 changed files with 116 additions and 14 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue