mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 04:03:11 +08:00
rename rss.xml to feed.xml
rename rss.xml to feed.xml!
This commit is contained in:
parent
f7d47715ff
commit
44f49f2afa
@ -26,7 +26,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
(let ((name "dongdigua")
|
(let ((name "dongdigua")
|
||||||
(blog "<a href=posts>posts/</a>")
|
(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>")
|
(github "<a href=https://github.com/dongdigua>@dongdigua</a>")
|
||||||
(payment "<a href=xmr.txt>monero</a>")
|
(payment "<a href=xmr.txt>monero</a>")
|
||||||
(pgp "<a href=pgpkey.txt>0x56CEE157C9F5334F</a>")
|
(pgp "<a href=pgpkey.txt>0x56CEE157C9F5334F</a>")
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
(org-publish-all)
|
(org-publish-all)
|
||||||
|
|
||||||
(webfeeder-build
|
(webfeeder-build
|
||||||
"rss.xml"
|
"feed.xml"
|
||||||
"./../"
|
"./../"
|
||||||
"https://dongdigua.github.io"
|
"https://dongdigua.github.io"
|
||||||
(delete "index.html" (directory-files "./../" nil ".*\.html$"))
|
(delete "index.html" (directory-files "./../" nil ".*\.html$"))
|
||||||
|
Loading…
Reference in New Issue
Block a user