xcatliu / pagic

A static site generator powered by Deno + React
https://pagic.org
MIT License
1.64k stars 104 forks source link

Support generate RSS page #92

Open guyskk opened 3 years ago

guyskk commented 3 years ago

Is your feature request related to a problem? Please describe. How about support RSS? It can help subscribe the blog.

Describe the solution you'd like Support generate RSS page (Atom, RSS2 or jsonfeed), and render RSS link to home page for RSS reader auto discover. Example:

<link rel="alternate" type="application/rss+xml" title="酷 壳 - CoolShell &raquo; Feed" href="https://coolshell.cn/feed" />

Describe alternatives you've considered None

Additional context eg: https://gohugo.io/templates/rss/