Hexo-theme-next: RSS icon does not show up [solved]

Created on 23 Apr 2018  ·  6Comments  ·  Source: theme-next/hexo-theme-next

I agree and want to create new issue


Expected behavior

According to the docs, the RSS icon should show up and work correctly if I leave the corresponding field as it is:

# Set rss to false to disable feed link.
# Leave rss as empty to use site's feed link.
# Set rss to specific value if you have burned your feed already.
rss:

Actual behavior

However the RSS icon does not show up.

Node.js and NPM Information

v8.11.1
5.8.0

Package dependencies Information

{
  "name": "hexo-site",
  "version": "0.0.0",
  "private": true,
  "hexo": {
    "version": "3.7.1"
  },
  "dependencies": {
    "hexo": "^3.2.0",
    "hexo-deployer-git": "^0.3.1",
    "hexo-generator-archive": "^0.1.4",
    "hexo-generator-category": "^0.1.3",
    "hexo-generator-index": "^0.2.0",
    "hexo-generator-searchdb": "^1.0.8",
    "hexo-generator-tag": "^0.2.0",
    "hexo-renderer-ejs": "^0.3.0",
    "hexo-renderer-marked": "^0.3.0",
    "hexo-renderer-mathjax": "^0.6.0",
    "hexo-renderer-pug": "0.0.5",
    "hexo-renderer-sass": "^0.3.2",
    "hexo-renderer-stylus": "^0.3.1",
    "hexo-server": "^0.2.0",
    "hexo-symbols-count-time": "^0.4.2"
  }
}

Hexo Information

Hexo version

hexo: 3.7.1
hexo-cli: 1.1.0
os: Linux 4.13.0-38-generic linux x64
http_parser: 2.8.0
node: 8.11.1
v8: 6.2.414.50
uv: 1.19.1
zlib: 1.2.11
ares: 1.10.1-DEV
modules: 57
nghttp2: 1.25.0
openssl: 1.0.2o
icu: 60.1
unicode: 10.0
cldr: 32.0
tz: 2017c

NexT Information

NexT Version:

  • [ ] Latest Master branch
  • [x] Latest Release version
  • [ ] Old version

NexT Scheme:

  • [ ] All schemes
  • [ ] Muse
  • [x] Mist
  • [ ] Pisces
  • [ ] Gemini

Other Information

Solved

Most helpful comment

em? what do u mean? add in config.yml? yeah, further doc in main site too.


the older doc has added.


fix add in d2c74b3b102586b705619006387d59d95156b5c4

All 6 comments

npm install hexo-generator-feed --save ?

@sli1989 thank you it works now.

@sli1989 mb add «Dependencies» string in comments about plugin install here?

em? what do u mean? add in config.yml? yeah, further doc in main site too.


the older doc has added.


fix add in d2c74b3b102586b705619006387d59d95156b5c4

@sli1989 yeah, nice! Exactly what i mean, GJ.

This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.

Was this page helpful?
0 / 5 - 0 ratings