Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rdmclin2 opened this issue Oct 21, 2014 · 4 comments
Closed

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

rdmclin2 opened this issue Oct 21, 2014 · 4 comments
Labels

Comments

@rdmclin2
Copy link

使用插件生成了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
Copy link
Owner

安装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
Copy link
Author

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

@xiangming
Copy link
Owner

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

@rdmclin2
Copy link
Author

好的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants