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
15
_config.yml
15
_config.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue