Closed cfjedimaster closed 7 years ago
The hexo-generate-feed has to be installed. https://github.com/hexojs/hexo-generator-feed
Fair enough - but if this is the out of the box theme, should it be included, or if not, should the link be removed?
My point is - for what you see when you first learn Hexo, it appears broken. There is a good reason for it to be broken, but it's a bad initial user experience.
You are right, it is not user-friendly. I think it is caused by migrating Hexo from 2.0 to 3.0. Before 3.0, all the plugins were included in Hexo, but in 3.0, the plugins are added based on usage. We try to keep the core Hexo as minimum as possible, all extended functionalities could be accessed via plugins.
I will add a note in Landscape theme to notify users.
I made a brand new site just to test things out - didn't change anything (except the author in _config.yml), and I noticed the RSS link from the default template leads to a 404 at atom.xml.
Environment Info
Node version(
node -v
)Your site
_config.yml
Your theme
_config.yml
Plugin version(
npm ls --depth 0
)For BUG
Make a new Hexo site, run it, and click on the RSS icon in the upper right hand corer.