huweihuang / hexo-theme-huweihuang

Ported theme of Hux Blog by YuHsuan, Modified by Hu Weihuang
http://www.huweihuang.com/
Apache License 2.0
286 stars 105 forks source link

rss链接404 #36

Open yuluhuang opened 5 years ago

zcleee commented 5 years ago

命令行执行:

npm install hexo-generator-feed --save

修改footer.ejs文件内容如下:

<a href="<%= config.root + 'atom.xml' %>">

修改fshort-about.ejs文件内容如下:

<a href="<%= config.root + 'atom.xml' %>">

生成atom.xml文件:

hexo clean && hexo g