동적 rss.toml과 설정에서 rss를 잘 이쁘게 할 수 있도록 수정
This commit is contained in:
parent
91594448df
commit
830e9c7eb9
5 changed files with 131 additions and 49 deletions
17
rss.toml
17
rss.toml
|
|
@ -4,9 +4,24 @@ tag = "1448338238963056691"
|
|||
emoji = "🤓"
|
||||
rss = "https://feeds.feedburner.com/geeknews-feed"
|
||||
|
||||
[geeknews.setup]
|
||||
title = "title"
|
||||
link = "link"
|
||||
content = "content"
|
||||
author = "author.name"
|
||||
authorLink = "author.uri"
|
||||
pubDate = "published"
|
||||
|
||||
[svrforum]
|
||||
channel = "1448338163864174867"
|
||||
tag = "1448338289147908108"
|
||||
emoji = "💻"
|
||||
rss = "https://svrforum.com/rss"
|
||||
category_filter = ["유머&정보"]
|
||||
category_filter = ["유머&정보"]
|
||||
|
||||
[svrforum.setup]
|
||||
title = "title"
|
||||
link = "link"
|
||||
content = "description"
|
||||
author = "dc:creator"
|
||||
pubDate = "pubDate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue