rename rss.xml to feed.xml

rename rss.xml to feed.xml!
This commit is contained in:
dongdigua 2022-10-23 16:54:07 +08:00
parent f7d47715ff
commit 44f49f2afa
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<pre>
(let ((name "dongdigua")
(blog "<a href=posts>posts/</a>")
(feed "<a href=rss.xml>rss.xml</a>")
(feed "<a href=feed.xml>feed.xml</a>")
(github "<a href=https://github.com/dongdigua>@dongdigua</a>")
(payment "<a href=xmr.txt>monero</a>")
(pgp "<a href=pgpkey.txt>0x56CEE157C9F5334F</a>")

View File

@ -63,7 +63,7 @@
(org-publish-all)
(webfeeder-build
"rss.xml"
"feed.xml"
"./../"
"https://dongdigua.github.io"
(delete "index.html" (directory-files "./../" nil ".*\.html$"))