xiangming / landscape-plus

针对中国大陆地区对hexo官方主题landscape进行优化。
http://xiangming.github.io/landscape-plus/
MIT License
508 stars 107 forks source link

如何使用RSS分享功能? #31

Closed rdmclin2 closed 9 years ago

rdmclin2 commented 9 years ago

使用插件生成了atom.xml文件,然后读者点击博客右上方的RSS图标,弹出的界面是:This XML file does not appear to have any style information associated with it. The document tree is shown below.

请问如何正确使用RSS功能?

xiangming commented 9 years ago

安装RSS插件:

npm install hexo-generator-feed --save

启用插件:

(在hexo\_config.yml文件添加插件配置项:)

plugins:
- hexo-generator-feed

另外,附一下升级和卸载的命令行:

升级插件:

npm update

卸载插件:

npm uninstall hexo-generator-feed

更多插件,可以参考这里:https://github.com/hexojs/hexo/wiki/Plugins#generator

rdmclin2 commented 9 years ago

ok,这些我都做了,也生成了atom.xml文件,但是点击订阅没有样式,而是直接把feed的信息树打出来了。 image 不应该是这样的么? image

xiangming commented 9 years ago

目前不支持订阅到xxx,你可以网上搜一下怎么使用阅读器订阅xml。

rdmclin2 commented 9 years ago

好的。