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

@ -109,3 +109,18 @@ deploy:
type: git
repo: git@github.com:thislight/thislight.github.io.git
branch: master
feed:
limit: 20
order_by: "-date"
tag_dir: "feeds/by-tag"
category_dir: "feeds/by-category"
rss:
enable: true
output: "rss.xml"
atom:
enable: true
output: "atom.xml"
jsonFeed:
enable: false